Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunknown_field_set.h144 inline bool ParseFromString(const string& data) { in ParseFromString() function
Dmessage_lite.cc205 bool MessageLite::ParseFromString(const string& data) { in ParseFromString() function in google::protobuf::MessageLite
Dtext_format.cc1266 bool TextFormat::Parser::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser
1327 /* static */ bool TextFormat::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat
/external/google-breakpad/src/processor/
Dwindows_frame_info.h115 static WindowsFrameInfo *ParseFromString(const string string, in ParseFromString() function
/external/nanopb-c/generator/google/protobuf/
Dmessage.py179 def ParseFromString(self, serialized): member in Message
/external/protobuf/python/google/protobuf/
Dmessage.py178 def ParseFromString(self, serialized): member in Message
Dtext_format.py421 def ParseFromString(self, text, message): member in _Parser
/external/libchrome/base/
Dcommand_line.cc422 void CommandLine::ParseFromString(const string16& command_line) { in ParseFromString() function in base::CommandLine
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1944 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function