Searched refs:GetReflection (Results 1 – 15 of 15) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 75 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 …]
|
D | reflection_ops.cc | 57 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()
|
D | test_util.cc | 81 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 …]
|
D | wire_format.cc | 371 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()
|
D | text_format.cc | 158 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()
|
D | message.cc | 157 return GetReflection()->SpaceUsed(*this); in SpaceUsed()
|
D | extension_set_unittest.cc | 616 message.GetReflection()->GetMessage(message, message_extension); in TEST() 631 parent.GetReflection()->GetMessage(parent, dynamic_message_extension, in TEST()
|
D | message.h | 323 virtual const Reflection* GetReflection() const { in GetReflection() function
|
D | descriptor.cc | 1493 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()
|
D | generated_message_reflection.cc | 318 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in Swap() 325 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in Swap()
|
D | text_format_unittest.cc | 1067 proto.message_set().GetReflection()->ListFields( in TEST_F()
|
D | descriptor_unittest.cc | 1946 file->options().GetReflection()->ListFields(file->options(), &fields); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_file.cc | 54 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.cc | 56 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 674 options->GetReflection()->AddMessage(options, in ParseOptionAssignment()
|