Searched refs:GetReflection (Results 1 - 25 of 33) sorted by relevance

12

/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc75 const Reflection* reflection = message.GetReflection();
112 const Reflection* reflection = message.GetReflection();
137 const Reflection* reflection = message.GetReflection();
156 const Reflection* reflection = message1.GetReflection();
171 const Reflection* reflection = message1.GetReflection();
190 const Reflection* reflection = message1.GetReflection();
204 const Reflection* reflection = message1.GetReflection();
282 unittest::TestAllExtensions::default_instance().GetReflection();
301 EXPECT_TRUE(unittest::TestAllTypes::default_instance().GetReflection()->
307 unittest::TestAllExtensions::default_instance().GetReflection();
[all...]
H A Dreflection_ops.cc57 const Reflection* from_reflection = from.GetReflection();
58 const Reflection* to_reflection = to->GetReflection();
124 const Reflection* reflection = message->GetReflection();
137 const Reflection* reflection = message.GetReflection();
175 const Reflection* reflection = message->GetReflection();
222 const Reflection* reflection = message.GetReflection();
H A Dtest_util.cc81 message->GetReflection()->SetString(
85 message->GetReflection()->SetString(
119 message->GetReflection()->AddString(
123 message->GetReflection()->AddString(
156 message->GetReflection()->AddString(
160 message->GetReflection()->AddString(
189 message->GetReflection()->SetString(
193 message->GetReflection()->SetString(
229 message->GetReflection()->SetRepeatedString(
233 message->GetReflection()
[all...]
H A Dwire_format.cc371 const Reflection* message_reflection = message->GetReflection();
425 const Reflection* message_reflection = message->GetReflection();
629 const Reflection* message_reflection = message->GetReflection();
714 const Reflection* message_reflection = message.GetReflection();
741 const Reflection* message_reflection = message.GetReflection();
859 const Reflection* message_reflection = message.GetReflection();
883 const Reflection* message_reflection = message.GetReflection();
907 const Reflection* message_reflection = message.GetReflection();
942 const Reflection* message_reflection = message.GetReflection();
1028 const Reflection* message_reflection = message.GetReflection();
[all...]
H A Dtext_format.cc158 suc = ConsumeFieldMessage(output, output->GetReflection(), field);
160 suc = ConsumeFieldValue(output, output->GetReflection(), field);
234 const Reflection* reflection = message->GetReflection();
900 const Reflection* reflection = message.GetReflection();
921 PrintFieldValue(message, message.GetReflection(), field, index, generator);
H A Dmessage.cc158 return GetReflection()->SpaceUsed(*this);
H A Dextension_set_unittest.cc616 message.GetReflection()->GetMessage(message, message_extension);
631 parent.GetReflection()->GetMessage(parent, dynamic_message_extension,
H A Dmessage.h99 // const Reflection* reflection = foo->GetReflection();
323 virtual const Reflection* GetReflection() const { function in class:google::protobuf::Message
330 // GetReflection() wrappers.
342 // To get the Reflection for a given Message, call Message::GetReflection().
365 // this Reflection object (i.e. message.GetReflection() != reflection).
H A Ddescriptor.cc847 // GetReflection() on the generated types, which requires returning the
1493 const Reflection* reflection = options.GetReflection();
3818 options->GetReflection()->ClearField(options, uninterpreted_options_field);
3827 const int num_uninterpreted_options = original_options->GetReflection()->
3831 &original_options->GetReflection()->GetRepeatedMessage(
3990 options->GetReflection()->GetUnknownFields(*options))) {
4036 options->GetReflection()->MutableUnknownFields(options)->MergeFrom(
4048 options->GetReflection()->AddMessage(options, field)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc75 const Reflection* reflection = message.GetReflection();
112 const Reflection* reflection = message.GetReflection();
137 const Reflection* reflection = message.GetReflection();
156 const Reflection* reflection = message1.GetReflection();
171 const Reflection* reflection = message1.GetReflection();
190 const Reflection* reflection = message1.GetReflection();
204 const Reflection* reflection = message1.GetReflection();
251 scoped_ptr<Message> released(message.GetReflection()->ReleaseLast(
274 scoped_ptr<Message> released(message.GetReflection()->ReleaseLast(
330 unittest::TestAllExtensions::default_instance().GetReflection();
[all...]
H A Dreflection_ops.cc61 const Reflection* from_reflection = from.GetReflection();
62 const Reflection* to_reflection = to->GetReflection();
128 const Reflection* reflection = message->GetReflection();
141 const Reflection* reflection = message.GetReflection();
180 const Reflection* reflection = message->GetReflection();
227 const Reflection* reflection = message.GetReflection();
H A Dtest_util.cc90 message->GetReflection()->SetString(
94 message->GetReflection()->SetString(
131 message->GetReflection()->AddString(
135 message->GetReflection()->AddString(
171 message->GetReflection()->AddString(
175 message->GetReflection()->AddString(
206 message->GetReflection()->SetString(
210 message->GetReflection()->SetString(
247 message->GetReflection()->SetRepeatedString(
251 message->GetReflection()
[all...]
H A Dwire_format.cc68 const Reflection* message_reflection = message->GetReflection();
122 const Reflection* message_reflection = message->GetReflection();
326 const Reflection* message_reflection = message->GetReflection();
411 const Reflection* message_reflection = message.GetReflection();
438 const Reflection* message_reflection = message.GetReflection();
556 const Reflection* message_reflection = message.GetReflection();
580 const Reflection* message_reflection = message.GetReflection();
604 const Reflection* message_reflection = message.GetReflection();
639 const Reflection* message_reflection = message.GetReflection();
725 const Reflection* message_reflection = message.GetReflection();
[all...]
H A Drepeated_field_reflection_unittest.cc64 const Reflection* refl = message.GetReflection();
165 const Reflection* refl = extended_message.GetReflection();
H A Dtext_format.cc234 suc = ConsumeFieldMessage(output, output->GetReflection(), field);
236 suc = ConsumeFieldValue(output, output->GetReflection(), field);
310 const Reflection* reflection = message->GetReflection();
1179 const Reflection* reflection = message.GetReflection();
1200 PrintFieldValue(message, message.GetReflection(), field, index, generator);
H A Dmessage.cc159 return GetReflection()->SpaceUsed(*this);
H A Dmessage.h100 // const Reflection* reflection = foo->GetReflection();
304 virtual const Reflection* GetReflection() const { function in class:google::protobuf::Message
311 // GetReflection() wrappers.
323 // To get the Reflection for a given Message, call Message::GetReflection().
346 // this Reflection object (i.e. message.GetReflection() != reflection).
H A Dextension_set_unittest.cc696 message.GetReflection()->GetMessage(message, message_extension);
715 parent.GetReflection()->GetMessage(parent, dynamic_message_extension,
H A Ddescriptor.cc939 // GetReflection() on the generated types, which requires returning the
1639 const Reflection* reflection = options.GetReflection();
4265 options->GetReflection()->ClearField(options, uninterpreted_options_field);
4274 const int num_uninterpreted_options = original_options->GetReflection()->
4278 &original_options->GetReflection()->GetRepeatedMessage(
4436 options->GetReflection()->GetUnknownFields(*options))) {
4482 options->GetReflection()->MutableUnknownFields(options)->MergeFrom(
4494 options->GetReflection()->AddMessage(options, field)
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc402 Message* released_message = message->GetReflection()->ReleaseMessage(
523 const google::protobuf::Reflection* reflection = message->GetReflection();
532 const google::protobuf::Reflection* reflection = message->GetReflection();
602 if (!message->GetReflection()->HasField(*message, field_descriptor)) {
605 message->GetReflection()->MutableUnknownFields(message);
617 message->GetReflection()->GetEnum(*message, field_descriptor);
634 const google::protobuf::Reflection* reflection = message->GetReflection();
697 message->GetReflection()->MutableUnknownFields(message);
733 const google::protobuf::Reflection* reflection = message->GetReflection();
807 const google::protobuf::Reflection* reflection = message->GetReflection();
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc56 const Reflection* reflection = message.GetReflection();
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.cc57 const Reflection* reflection = message.GetReflection();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc56 const Reflection* reflection = message.GetReflection();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc63 const Reflection* reflection = message.GetReflection();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc967 const Reflection* reflection = options->GetReflection();
978 options->GetReflection()->AddMessage(options,

Completed in 793 milliseconds

12