Home
last modified time | relevance | path

Searched refs:GetReflection (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc75 const Reflection* reflection = message.GetReflection(); in TEST()
112 const Reflection* reflection = message.GetReflection(); in TEST()
137 const Reflection* reflection = message.GetReflection(); in TEST()
156 const Reflection* reflection = message1.GetReflection(); in TEST()
171 const Reflection* reflection = message1.GetReflection(); in TEST()
190 const Reflection* reflection = message1.GetReflection(); in TEST()
204 const Reflection* reflection = message1.GetReflection(); in TEST()
282 unittest::TestAllExtensions::default_instance().GetReflection(); in TEST()
301 EXPECT_TRUE(unittest::TestAllTypes::default_instance().GetReflection()-> in TEST()
307 unittest::TestAllExtensions::default_instance().GetReflection(); in TEST()
[all …]
Dreflection_ops.cc57 const Reflection* from_reflection = from.GetReflection(); in Merge()
58 const Reflection* to_reflection = to->GetReflection(); in Merge()
124 const Reflection* reflection = message->GetReflection(); in Clear()
137 const Reflection* reflection = message.GetReflection(); in IsInitialized()
175 const Reflection* reflection = message->GetReflection(); in DiscardUnknownFields()
222 const Reflection* reflection = message.GetReflection(); in FindInitializationErrors()
Dtest_util.cc81 message->GetReflection()->SetString( in SetAllFields()
85 message->GetReflection()->SetString( in SetAllFields()
119 message->GetReflection()->AddString( in SetAllFields()
123 message->GetReflection()->AddString( in SetAllFields()
156 message->GetReflection()->AddString( in SetAllFields()
160 message->GetReflection()->AddString( in SetAllFields()
189 message->GetReflection()->SetString( in SetAllFields()
193 message->GetReflection()->SetString( in SetAllFields()
229 message->GetReflection()->SetRepeatedString( in ModifyRepeatedFields()
233 message->GetReflection()->SetRepeatedString( in ModifyRepeatedFields()
[all …]
Dwire_format.cc371 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergePartial()
425 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeField()
629 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeMessageSetItem()
714 const Reflection* message_reflection = message.GetReflection(); in SerializeWithCachedSizes()
741 const Reflection* message_reflection = message.GetReflection(); in SerializeFieldWithCachedSizes()
859 const Reflection* message_reflection = message.GetReflection(); in SerializeMessageSetItemWithCachedSizes()
883 const Reflection* message_reflection = message.GetReflection(); in ByteSize()
907 const Reflection* message_reflection = message.GetReflection(); in FieldByteSize()
942 const Reflection* message_reflection = message.GetReflection(); in FieldDataOnlyByteSize()
1028 const Reflection* message_reflection = message.GetReflection(); in MessageSetItemByteSize()
Dtext_format.cc158 suc = ConsumeFieldMessage(output, output->GetReflection(), field); in ParseField()
160 suc = ConsumeFieldValue(output, output->GetReflection(), field); in ParseField()
234 const Reflection* reflection = message->GetReflection(); in ConsumeField()
900 const Reflection* reflection = message.GetReflection(); in Print()
921 PrintFieldValue(message, message.GetReflection(), field, index, generator); in PrintFieldValueToString()
Dmessage.cc157 return GetReflection()->SpaceUsed(*this); in SpaceUsed()
Dextension_set_unittest.cc616 message.GetReflection()->GetMessage(message, message_extension); in TEST()
631 parent.GetReflection()->GetMessage(parent, dynamic_message_extension, in TEST()
Dmessage.h323 virtual const Reflection* GetReflection() const { in GetReflection() function
Ddescriptor.cc1493 const Reflection* reflection = options.GetReflection(); in RetrieveOptions()
3818 options->GetReflection()->ClearField(options, uninterpreted_options_field); in InterpretOptions()
3827 const int num_uninterpreted_options = original_options->GetReflection()-> in InterpretOptions()
3831 &original_options->GetReflection()->GetRepeatedMessage( in InterpretOptions()
3990 options->GetReflection()->GetUnknownFields(*options))) { in InterpretSingleOption()
4036 options->GetReflection()->MutableUnknownFields(options)->MergeFrom( in InterpretSingleOption()
4048 options->GetReflection()->AddMessage(options, field) in AddWithoutInterpreting()
Dgenerated_message_reflection.cc318 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in Swap()
325 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in Swap()
Dtext_format_unittest.cc1067 proto.message_set().GetReflection()->ListFields( in TEST_F()
Ddescriptor_unittest.cc1946 file->options().GetReflection()->ListFields(file->options(), &fields); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.cc54 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc56 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc674 options->GetReflection()->AddMessage(options, in ParseOptionAssignment()