Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dmessage.py195 def ParseFromString(self, serialized): member in Message
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h231 inline bool ParseFromString(const absl::string_view data) { in ParseFromString() function
Dmessage_lite.cc400 bool MessageLite::ParseFromString(absl::string_view data) { in ParseFromString() function in google::protobuf::MessageLite
Dtext_format.cc1835 bool TextFormat::Parser::ParseFromString(absl::string_view input, in ParseFromString() function in google::protobuf::TextFormat::Parser
1906 /* static */ bool TextFormat::ParseFromString(absl::string_view input, in ParseFromString() function in google::protobuf::TextFormat
/third_party/gn/src/base/
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/
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.cc1911 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in ParseFromString() function