Searched defs:ParseFromString (Results 1 – 6 of 6) sorted by relevance
144 inline bool ParseFromString(const string& data) { in ParseFromString() function
203 bool MessageLite::ParseFromString(const string& data) { in ParseFromString() function in google::protobuf::MessageLite
1298 bool TextFormat::Parser::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser1359 /* static */ bool TextFormat::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat
178 def ParseFromString(self, serialized): member in Message
541 def ParseFromString(self, text, message): member in _Parser
1941 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function