Home | History | Annotate | Download | only in protobuf

Lines Matching refs:GetString

101 //     assert(reflection->GetString(*foo, text_field) == "Hello World!");
511 virtual string GetString(const Message& message,
531 // GetString() necessarily returns a copy of the string. This can be
543 // string str = reflection->GetString(message, field);