/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()
|
/external/chromium_org/third_party/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() 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 …]
|
D | reflection_ops.cc | 61 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()
|
D | test_util.cc | 90 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 …]
|
D | wire_format.cc | 68 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()
|
D | repeated_field_reflection_unittest.cc | 64 const Reflection* refl = message.GetReflection(); in TEST() 165 const Reflection* refl = extended_message.GetReflection(); in TEST()
|
D | text_format.cc | 234 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()
|
D | message.cc | 159 return GetReflection()->SpaceUsed(*this); in SpaceUsed()
|
D | extension_set_unittest.cc | 696 message.GetReflection()->GetMessage(message, message_extension); in TEST() 715 parent.GetReflection()->GetMessage(parent, dynamic_message_extension, in TEST()
|
D | message.h | 304 virtual const Reflection* GetReflection() const { in GetReflection() function
|
D | descriptor.cc | 1641 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()
|
D | generated_message_reflection.cc | 303 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/ |
D | python-proto2.cc | 402 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/ |
D | javamicro_file.cc | 56 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_file.cc | 57 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.cc | 63 const Reflection* reflection = message.GetReflection(); in CollectExtensions()
|