Home
last modified time | relevance | path

Searched defs:SerializePartialToString (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dmessage.py199 def SerializePartialToString(self): member in Message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage_lite.cc313 bool MessageLite::SerializePartialToString(string* output) const { in SerializePartialToString() function in google::protobuf::MessageLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py1062 def SerializePartialToString(self): function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1766 static PyObject* SerializePartialToString(CMessage* self) { in CheckAndGetInteger() function