Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dmessage.py148 def MergeFromString(self, serialized): member in Message
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc337 bool MessageLite::MergeFromString(const std::string& data) { in MergeFromString() function in google::protobuf::MessageLite
Dtext_format.cc1450 bool TextFormat::Parser::MergeFromString(const std::string& input, in MergeFromString() function in google::protobuf::TextFormat::Parser
1501 /* static */ bool TextFormat::MergeFromString(const std::string& input, in MergeFromString() function in google::protobuf::TextFormat
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py1118 def MergeFromString(self, serialized): function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1927 static PyObject* MergeFromString(CMessage* self, PyObject* arg) { in MergeFromString() function