/external/protobuf/src/google/protobuf/util/ |
field_comparator.cc | 112 reflection_1->GetStringReference(message_1, field, &scratch1), 113 reflection_2->GetStringReference(message_2, field, &scratch2)));
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 173 const string& GetStringReference(const Message& message,
|
message.h | 453 // underlying message. GetStringReference() will return a reference to the 458 // str = reflection->GetStringReference(field, &str); 464 virtual const string& GetStringReference(const Message& message, 551 // See GetStringReference(), above. [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 173 const string& GetStringReference(const Message& message,
|
message.h | 453 // underlying message. GetStringReference() will return a reference to the 458 // str = reflection->GetStringReference(field, &str); 464 virtual const string& GetStringReference(const Message& message, 551 // See GetStringReference(), above. [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 173 const string& GetStringReference(const Message& message,
|
message.h | 453 // underlying message. GetStringReference() will return a reference to the 458 // str = reflection->GetStringReference(field, &str); 464 virtual const string& GetStringReference(const Message& message, 551 // See GetStringReference(), above. [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 173 const string& GetStringReference(const Message& message,
|
message.h | 453 // underlying message. GetStringReference() will return a reference to the 458 // str = reflection->GetStringReference(field, &str); 464 virtual const string& GetStringReference(const Message& message, 551 // See GetStringReference(), above. [all...] |
/external/protobuf/src/google/protobuf/ |
test_util.cc | [all...] |
wire_format.cc | [all...] |
generated_message_reflection_unittest.cc | 111 TEST(GeneratedMessageReflectionTest, GetStringReference) { 112 // Test that GetStringReference() returns the underlying string when it is 122 &reflection->GetStringReference(message, F("optional_string"), &scratch)) 123 << "For simple string fields, GetStringReference() should return a " [all...] |
generated_message_reflection.h | 251 const string& GetStringReference(const Message& message,
|
message.h | 533 // underlying message. GetStringReference() will return a reference to the 538 // str = reflection->GetStringReference(field, &str); 544 virtual const string& GetStringReference(const Message& message, 654 // See GetStringReference(), above. [all...] |
generated_message_reflection.cc | [all...] |
text_format.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
hlink.h | 173 virtual HRESULT WINAPI GetStringReference(DWORD dwWhichRef,LPWSTR *ppwzTarget,LPWSTR *ppwzLocation) = 0; 194 HRESULT (WINAPI *GetStringReference)(IHlink *This,DWORD dwWhichRef,LPWSTR *ppwzTarget,LPWSTR *ppwzLocation); 217 #define IHlink_GetStringReference(This,dwWhichRef,ppwzTarget,ppwzLocation) (This)->lpVtbl->GetStringReference(This,dwWhichRef,ppwzTarget,ppwzLocation) [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 251 const string& GetStringReference(const Message& message,
|
message.h | 533 // underlying message. GetStringReference() will return a reference to the 538 // str = reflection->GetStringReference(field, &str); 544 virtual const string& GetStringReference(const Message& message, 654 // See GetStringReference(), above. [all...] |