Home
last modified time | relevance | path

Searched refs:GetBoxedType (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.h59 string GetBoxedType() const;
80 string GetBoxedType() const;
Djavamicro_enum_field.h59 string GetBoxedType() const;
80 string GetBoxedType() const;
Djavamicro_message_field.h59 string GetBoxedType() const;
81 string GetBoxedType() const;
Djavamicro_message_field.cc147 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
Djavamicro_enum_field.cc132 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
Djavamicro_field.h66 virtual string GetBoxedType() const = 0;
Djavamicro_primitive_field.cc326 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/
Djava_enum_field.h81 string GetBoxedType() const;
140 string GetBoxedType() const;
Djava_string_field.h82 string GetBoxedType() const;
142 string GetBoxedType() const;
Djava_primitive_field.h81 string GetBoxedType() const;
142 string GetBoxedType() const;
Djava_message_field.h81 string GetBoxedType() const;
147 string GetBoxedType() const;
Djava_field.h87 virtual string GetBoxedType() const = 0;
Djava_enum_field.cc316 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
Djava_primitive_field.cc436 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
Djava_string_field.cc455 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
Djava_message_field.cc544 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