#include <sstream>
#include <google/protobuf/compiler/code_generator.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
#include <google/protobuf/compiler/csharp/csharp_helpers.h>
#include <google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h>
namespace google {
namespace protobuf {
namespace compiler {
namespace csharp {
RepeatedPrimitiveFieldGenerator::RepeatedPrimitiveFieldGenerator(
const FieldDescriptor* descriptor, int presenceIndex, const Options *options)
: … { … }
RepeatedPrimitiveFieldGenerator::~RepeatedPrimitiveFieldGenerator() { … }
void RepeatedPrimitiveFieldGenerator::GenerateMembers(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateMergingCode(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateParsingCode(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateParsingCode(io::Printer* printer, bool use_parse_context) { … }
void RepeatedPrimitiveFieldGenerator::GenerateSerializationCode(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateSerializationCode(io::Printer* printer, bool use_write_context) { … }
void RepeatedPrimitiveFieldGenerator::GenerateSerializedSizeCode(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::WriteHash(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::WriteEquals(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::WriteToString(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateCloningCode(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateFreezingCode(io::Printer* printer) { … }
void RepeatedPrimitiveFieldGenerator::GenerateExtensionCode(io::Printer* printer) { … }
}
}
}
}