Searched defs:ParseFromString (Results 1 – 6 of 6) sorted by relevance
165 inline bool ParseFromString(const std::string& data) { in ParseFromString() function
316 bool MessageLite::ParseFromString(const std::string& data) { in ParseFromString() function in google::protobuf::MessageLite
1435 bool TextFormat::Parser::ParseFromString(const std::string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser1500 /* static */ bool TextFormat::ParseFromString(const std::string& input, in ParseFromString() function in google::protobuf::TextFormat
193 def ParseFromString(self, serialized): member in Message
428 void CommandLine::ParseFromString(const std::u16string& command_line) { in ParseFromString() function in base::CommandLine
1989 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in ParseFromString() function