/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.h | 59 string GetBoxedType() const; 80 string GetBoxedType() const;
|
D | javamicro_enum_field.h | 59 string GetBoxedType() const; 80 string GetBoxedType() const;
|
D | javamicro_message_field.h | 59 string GetBoxedType() const; 81 string GetBoxedType() const;
|
D | javamicro_message_field.cc | 147 string MessageFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::javamicro::MessageFieldGenerator 295 string RepeatedMessageFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::javamicro::RepeatedMessageFieldGenerator
|
D | javamicro_enum_field.cc | 132 string EnumFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::javamicro::EnumFieldGenerator 326 string RepeatedEnumFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::javamicro::RepeatedEnumFieldGenerator
|
D | javamicro_field.h | 66 virtual string GetBoxedType() const = 0;
|
D | javamicro_primitive_field.cc | 326 string PrimitiveFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::javamicro::PrimitiveFieldGenerator 669 string RepeatedPrimitiveFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::javamicro::RepeatedPrimitiveFieldGenerator
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_enum_field.h | 81 string GetBoxedType() const; 140 string GetBoxedType() const;
|
D | java_string_field.h | 82 string GetBoxedType() const; 142 string GetBoxedType() const;
|
D | java_primitive_field.h | 81 string GetBoxedType() const; 142 string GetBoxedType() const;
|
D | java_message_field.h | 81 string GetBoxedType() const; 147 string GetBoxedType() const;
|
D | java_field.h | 87 virtual string GetBoxedType() const = 0;
|
D | java_enum_field.cc | 316 string ImmutableEnumFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::ImmutableEnumFieldGenerator 771 string RepeatedImmutableEnumFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::RepeatedImmutableEnumFieldGenerator
|
D | java_primitive_field.cc | 436 string ImmutablePrimitiveFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::ImmutablePrimitiveFieldGenerator 870 string RepeatedImmutablePrimitiveFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::RepeatedImmutablePrimitiveFieldGenerator
|
D | java_string_field.cc | 455 string ImmutableStringFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::ImmutableStringFieldGenerator 1049 string RepeatedImmutableStringFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::RepeatedImmutableStringFieldGenerator
|
D | java_message_field.cc | 544 string ImmutableMessageFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::ImmutableMessageFieldGenerator 1336 string RepeatedImmutableMessageFieldGenerator::GetBoxedType() const { in GetBoxedType() function in google::protobuf::compiler::java::RepeatedImmutableMessageFieldGenerator
|