Searched defs:ParseFromString (Results 1 – 7 of 7) 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
427 void CommandLine::ParseFromString(const std::u16string& command_line) { in ParseFromString() function in base::CommandLine
990 bool TestIdentifier::ParseFromString(const std::string &str, TestIdentifier *idOut) in ParseFromString() function in angle::TestIdentifier
1989 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in ParseFromString() function