Home
last modified time | relevance | path

Searched defs:ParseFromString (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h165 inline bool ParseFromString(const std::string& data) { in ParseFromString() function
Dmessage_lite.cc316 bool MessageLite::ParseFromString(const std::string& data) { in ParseFromString() function in google::protobuf::MessageLite
Dtext_format.cc1435 bool TextFormat::Parser::ParseFromString(const std::string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser
1500 /* static */ bool TextFormat::ParseFromString(const std::string& input, in ParseFromString() function in google::protobuf::TextFormat
/third_party/protobuf/python/google/protobuf/
Dmessage.py193 def ParseFromString(self, serialized): member in Message
/third_party/gn/src/base/
Dcommand_line.cc427 void CommandLine::ParseFromString(const std::u16string& command_line) { in ParseFromString() function in base::CommandLine
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp990 bool TestIdentifier::ParseFromString(const std::string &str, TestIdentifier *idOut) in ParseFromString() function in angle::TestIdentifier
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1989 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in ParseFromString() function