Home
last modified time | relevance | path

Searched refs:MutableRawRepeatedString (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.h943 void* MutableRawRepeatedString(
1101 MutableRawRepeatedString(const_cast<Message*>(&message), field, true)); in DECLARE_GET_REPEATED_FIELD()
1108 MutableRawRepeatedString(message, field, true));
Dmessage.cc221 void* Reflection::MutableRawRepeatedString( in MutableRawRepeatedString() function in google::protobuf::Reflection