Home
last modified time | relevance | path

Searched defs:MergeFromString (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dmessage.py160 def MergeFromString(self, serialized): member in Message
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc332 bool MessageLite::MergeFromString(const std::string& data) { in MergeFromString() function in google::protobuf::MessageLite
Dtext_format.cc1454 bool TextFormat::Parser::MergeFromString(const std::string& input, in MergeFromString() function in google::protobuf::TextFormat::Parser
1505 /* static */ bool TextFormat::MergeFromString(const std::string& input, in MergeFromString() function in google::protobuf::TextFormat
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1135 def MergeFromString(self, serialized): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1942 static PyObject* MergeFromString(CMessage* self, PyObject* arg) { in MergeFromString() function