Searched defs:ParseFromString (Results 1 – 9 of 9) sorted by relevance
115 static WindowsFrameInfo *ParseFromString(const string string, in ParseFromString() function
140 inline bool ParseFromString(const string& data) { in ParseFromString() function
198 bool MessageLite::ParseFromString(const string& data) { in ParseFromString() function in google::protobuf::MessageLite
1175 bool TextFormat::Parser::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser1236 /* static */ bool TextFormat::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat
179 def ParseFromString(self, serialized): member in Message
414 void CommandLine::ParseFromString(const string16& command_line) { in ParseFromString() function in base::CommandLine
568 def ParseFromString(self, serialized): function
1374 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function