Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dmessage.py187 def SerializeToString(self): member in Message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage_lite.cc308 bool MessageLite::SerializeToString(string* output) const { in SerializeToString() function in google::protobuf::MessageLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py1048 def SerializeToString(self): function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1713 static PyObject* SerializeToString(CMessage* self, PyObject* args) { in CheckAndGetInteger() function