Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dmessage.py206 def SerializeToString(self, **kwargs): member in Message
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc213 bool UnknownFieldSet::SerializeToString(std::string* output) const { in SerializeToString() function in google::protobuf::UnknownFieldSet
Dmessage_lite.cc595 bool MessageLite::SerializeToString(std::string* output) const { in SerializeToString() function in google::protobuf::MessageLite
Dunknown_field_set_unittest.cc767 TEST_F(UnknownFieldSetTest, SerializeToString) { in TEST_F() argument
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1132 def SerializeToString(self, **kwargs): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1678 static PyObject* SerializeToString(CMessage* self, PyObject* args, in SerializeToString() function