Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dmessage.py222 def SerializePartialToString(self, **kwargs): member in Message
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc600 bool MessageLite::SerializePartialToString(std::string* output) const { in SerializePartialToString() function in google::protobuf::MessageLite
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1145 def SerializePartialToString(self, **kwargs): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1684 static PyObject* SerializePartialToString(CMessage* self, PyObject* args, in SerializePartialToString() function