Home
last modified time | relevance | path

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

12

/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()
/external/chromium_org/third_party/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()
251 scoped_ptr<Message> released(message.GetReflection()->ReleaseLast( in TEST()
274 scoped_ptr<Message> released(message.GetReflection()->ReleaseLast( in TEST()
330 unittest::TestAllExtensions::default_instance().GetReflection(); in TEST()
[all …]
Dreflection_ops.cc61 const Reflection* from_reflection = from.GetReflection(); in Merge()
62 const Reflection* to_reflection = to->GetReflection(); in Merge()
128 const Reflection* reflection = message->GetReflection(); in Clear()
141 const Reflection* reflection = message.GetReflection(); in IsInitialized()
180 const Reflection* reflection = message->GetReflection(); in DiscardUnknownFields()
227 const Reflection* reflection = message.GetReflection(); in FindInitializationErrors()
Dtest_util.cc90 message->GetReflection()->SetString( in SetOptionalFields()
94 message->GetReflection()->SetString( in SetOptionalFields()
131 message->GetReflection()->AddString( in AddRepeatedFields1()
135 message->GetReflection()->AddString( in AddRepeatedFields1()
171 message->GetReflection()->AddString( in AddRepeatedFields2()
175 message->GetReflection()->AddString( in AddRepeatedFields2()
206 message->GetReflection()->SetString( in SetDefaultFields()
210 message->GetReflection()->SetString( in SetDefaultFields()
247 message->GetReflection()->SetRepeatedString( in ModifyRepeatedFields()
251 message->GetReflection()->SetRepeatedString( in ModifyRepeatedFields()
[all …]
Dwire_format.cc68 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergePartial()
122 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeField()
326 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeMessageSetItem()
411 const Reflection* message_reflection = message.GetReflection(); in SerializeWithCachedSizes()
438 const Reflection* message_reflection = message.GetReflection(); in SerializeFieldWithCachedSizes()
556 const Reflection* message_reflection = message.GetReflection(); in SerializeMessageSetItemWithCachedSizes()
580 const Reflection* message_reflection = message.GetReflection(); in ByteSize()
604 const Reflection* message_reflection = message.GetReflection(); in FieldByteSize()
639 const Reflection* message_reflection = message.GetReflection(); in FieldDataOnlyByteSize()
725 const Reflection* message_reflection = message.GetReflection(); in MessageSetItemByteSize()
Drepeated_field_reflection_unittest.cc64 const Reflection* refl = message.GetReflection(); in TEST()
165 const Reflection* refl = extended_message.GetReflection(); in TEST()
Dtext_format.cc234 suc = ConsumeFieldMessage(output, output->GetReflection(), field); in ParseField()
236 suc = ConsumeFieldValue(output, output->GetReflection(), field); in ParseField()
310 const Reflection* reflection = message->GetReflection(); in ConsumeField()
1179 const Reflection* reflection = message.GetReflection(); in Print()
1200 PrintFieldValue(message, message.GetReflection(), field, index, generator); in PrintFieldValueToString()
Dmessage.cc159 return GetReflection()->SpaceUsed(*this); in SpaceUsed()
Dextension_set_unittest.cc696 message.GetReflection()->GetMessage(message, message_extension); in TEST()
715 parent.GetReflection()->GetMessage(parent, dynamic_message_extension, in TEST()
Dmessage.h304 virtual const Reflection* GetReflection() const { in GetReflection() function
Ddescriptor.cc1641 const Reflection* reflection = options.GetReflection(); in RetrieveOptions()
4268 options->GetReflection()->ClearField(options, uninterpreted_options_field); in InterpretOptions()
4277 const int num_uninterpreted_options = original_options->GetReflection()-> in InterpretOptions()
4281 &original_options->GetReflection()->GetRepeatedMessage( in InterpretOptions()
4439 options->GetReflection()->GetUnknownFields(*options))) { in InterpretSingleOption()
4485 options->GetReflection()->MutableUnknownFields(options)->MergeFrom( in InterpretSingleOption()
4497 options->GetReflection()->AddMessage(options, field) in AddWithoutInterpreting()
Dgenerated_message_reflection.cc303 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in Swap()
310 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in Swap()
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
Dpython-proto2.cc402 Message* released_message = message->GetReflection()->ReleaseMessage( in ReleaseSubMessage()
523 const google::protobuf::Reflection* reflection = message->GetReflection(); in AssureWritable()
532 const google::protobuf::Reflection* reflection = message->GetReflection(); in InternalGetScalar()
602 if (!message->GetReflection()->HasField(*message, field_descriptor)) { in InternalGetScalar()
605 message->GetReflection()->MutableUnknownFields(message); in InternalGetScalar()
617 message->GetReflection()->GetEnum(*message, field_descriptor); in InternalGetScalar()
634 const google::protobuf::Reflection* reflection = message->GetReflection(); in InternalSetScalar()
697 message->GetReflection()->MutableUnknownFields(message); in InternalSetScalar()
733 const google::protobuf::Reflection* reflection = message->GetReflection(); in InternalAddRepeatedScalar()
807 const google::protobuf::Reflection* reflection = message->GetReflection(); in InternalGetRepeatedScalar()
[all …]
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.cc56 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_file.cc57 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc63 const Reflection* reflection = message.GetReflection(); in CollectExtensions()

12