HomeSort by relevance Sort by last modified time
    Searched refs:GetStringReference (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 105 TEST(GeneratedMessageReflectionTest, GetStringReference) {
106 // Test that GetStringReference() returns the underlying string when it is
116 &reflection->GetStringReference(message, F("optional_string"), &scratch))
117 << "For simple string fields, GetStringReference() should return a "
generated_message_reflection.h 166 const string& GetStringReference(const Message& message,
message.h 469 // underlying message. GetStringReference() will return a reference to the
474 // str = reflection->GetStringReference(field, &str);
480 virtual const string& GetStringReference(const Message& message,
557 // See GetStringReference(), above.
    [all...]
test_util.cc     [all...]
wire_format.cc 836 message_reflection->GetStringReference(message, field, &scratch);
847 message_reflection->GetStringReference(message, field, &scratch);
    [all...]
generated_message_reflection.cc 764 const string& GeneratedMessageReflection::GetStringReference(
767 USAGE_CHECK_ALL(GetStringReference, SINGULAR, STRING);
    [all...]
text_format.cc     [all...]

Completed in 170 milliseconds