FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h class EnumFieldGenerator : public FieldGenerator { FieldGenerator 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h class RepeatedEnumFieldGenerator : public FieldGenerator { FieldGenerator 71 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc FieldGenerator::~FieldGenerator() {} FieldGenerator 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc void FieldGenerator:: FieldGenerator 88 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc field_generators_(new scoped_ptr<FieldGenerator>[descriptor->field_count()]) { FieldGenerator 95 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc FieldGenerator* FieldGeneratorMap::MakeGenerator(const FieldDescriptor* field, FieldGenerator 132 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc const FieldGenerator& FieldGeneratorMap::get( FieldGenerator 64 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h class FieldGenerator { FieldGenerator 66 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h FieldGenerator() {} FieldGenerator 67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h virtual ~FieldGenerator(); FieldGenerator 150 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldGenerator); FieldGenerator 159 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h const FieldGenerator& get(const FieldDescriptor* field) const; FieldGenerator 163 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h scoped_array<scoped_ptr<FieldGenerator> > field_generators_; FieldGenerator 165 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h static FieldGenerator* MakeGenerator(const FieldDescriptor* field, FieldGenerator 1502 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldGenerator& field_generator = field_generators_.get(field); FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h class MessageFieldGenerator : public FieldGenerator { FieldGenerator 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h class RepeatedMessageFieldGenerator : public FieldGenerator { FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h class PrimitiveFieldGenerator : public FieldGenerator { FieldGenerator 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h class RepeatedPrimitiveFieldGenerator : public FieldGenerator { FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h class StringFieldGenerator : public FieldGenerator { FieldGenerator 77 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h class RepeatedStringFieldGenerator : public FieldGenerator { FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h class EnumFieldGenerator : public FieldGenerator { FieldGenerator 82 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h class RepeatedEnumFieldGenerator : public FieldGenerator { FieldGenerator 48 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc FieldGenerator::~FieldGenerator() {} FieldGenerator 50 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc void FieldGenerator::GenerateParsingCodeFromPacked(io::Printer* printer) const { FieldGenerator 63 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc new scoped_ptr<FieldGenerator>[descriptor->field_count()]), FieldGenerator 65 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc new scoped_ptr<FieldGenerator>[descriptor->extension_count()]) { FieldGenerator 72 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc FieldGenerator* generator = MakeGenerator(descriptor->field(i), FieldGenerator 79 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc FieldGenerator* generator = MakeGenerator(descriptor->extension(i), FieldGenerator 87 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc FieldGenerator* FieldGeneratorMap::MakeGenerator( FieldGenerator 124 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc const FieldGenerator& FieldGeneratorMap::get( FieldGenerator 130 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc const FieldGenerator& FieldGeneratorMap::get_extension(int index) const { FieldGenerator 53 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h class FieldGenerator { FieldGenerator 55 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h FieldGenerator() {} FieldGenerator 56 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h virtual ~FieldGenerator(); FieldGenerator 81 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldGenerator); FieldGenerator 90 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h const FieldGenerator& get(const FieldDescriptor* field) const; FieldGenerator 91 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h const FieldGenerator& get_extension(int index) const; FieldGenerator 95 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h scoped_array<scoped_ptr<FieldGenerator> > field_generators_; FieldGenerator 96 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h scoped_array<scoped_ptr<FieldGenerator> > extension_generators_; FieldGenerator 98 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h static FieldGenerator* MakeGenerator(const FieldDescriptor* field, FieldGenerator 911 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldGenerator& field = field_generators_.get(descriptor_->field(i)); FieldGenerator 1263 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldGenerator& field = field_generators_.get(descriptor_->field(i)); FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h class MessageFieldGenerator : public FieldGenerator { FieldGenerator 89 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h class RepeatedMessageFieldGenerator : public FieldGenerator { FieldGenerator 47 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h class PrimitiveFieldGenerator : public FieldGenerator { FieldGenerator 82 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h class RepeatedPrimitiveFieldGenerator : public FieldGenerator { FieldGenerator 48 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h class StringFieldGenerator : public FieldGenerator { FieldGenerator 82 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h class RepeatedStringFieldGenerator : public FieldGenerator {