Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
H A Dmessage.py193 def ParseFromString(self, serialized): member in Message
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h165 inline bool ParseFromString(const std::string& data) { in ParseFromString() function in google::protobuf::UnknownFieldSet
H A Dmessage_lite.cc316 bool MessageLite::ParseFromString(const std::string& data) { in ParseFromString() function in google::protobuf::MessageLite
H A 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/gn/src/base/
H A Dcommand_line.cc470 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/
H A DTestSuite.cpp990 bool TestIdentifier::ParseFromString(const std::string &str, TestIdentifier *idOut) in ParseFromString() function in angle::TestIdentifier
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1989 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in ParseFromString() function

Completed in 15 milliseconds