Searched refs:GetRepeatedStringReference (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_comparator.cc | 101 CompareString(*field, reflection_1->GetRepeatedStringReference( in Compare() 103 reflection_2->GetRepeatedStringReference( in Compare()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format.cc | 913 message_reflection->GetRepeatedStringReference( in SerializeFieldWithCachedSizes() 931 message_reflection->GetRepeatedStringReference( in SerializeFieldWithCachedSizes() 1100 message_reflection->GetRepeatedStringReference( in FieldDataOnlyByteSize()
|
D | message.h | 655 virtual const string& GetRepeatedStringReference(
|
D | generated_message_reflection.h | 331 const string& GetRepeatedStringReference(const Message& message,
|
D | test_util.cc | 2790 …EXPECT_EQ("215", reflection->GetRepeatedStringReference(message, F("repeated_string"), 0, &scratch… in ExpectAllFieldsSetViaReflection2() 2791 …EXPECT_EQ("216", reflection->GetRepeatedStringReference(message, F("repeated_bytes"), 0, &scratch)… in ExpectAllFieldsSetViaReflection2() 2809 EXPECT_EQ("224", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2() 2813 EXPECT_EQ("225", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2() 2832 EXPECT_EQ("315", reflection->GetRepeatedStringReference(message, F("repeated_string"), in ExpectAllFieldsSetViaReflection2() 2834 EXPECT_EQ("316", reflection->GetRepeatedStringReference(message, F("repeated_bytes"), in ExpectAllFieldsSetViaReflection2() 2853 EXPECT_EQ("324", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2() 2857 EXPECT_EQ("325", reflection->GetRepeatedStringReference( in ExpectAllFieldsSetViaReflection2()
|
D | generated_message_reflection_unittest.cc | 126 &reflection->GetRepeatedStringReference(message, F("repeated_string"), in TEST()
|
D | generated_message_reflection.cc | 1229 const string& GeneratedMessageReflection::GetRepeatedStringReference( in GetRepeatedStringReference() function in google::protobuf::internal::GeneratedMessageReflection 1232 USAGE_CHECK_ALL(GetRepeatedStringReference, REPEATED, STRING); in GetRepeatedStringReference()
|
D | text_format.cc | 1817 ? reflection->GetRepeatedStringReference( in PrintFieldValue()
|