Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunknown_field_set.h144 inline bool ParseFromString(const string& data) { in ParseFromString() function
Dmessage_lite.cc203 bool MessageLite::ParseFromString(const string& data) { in ParseFromString() function in google::protobuf::MessageLite
Dtext_format.cc1298 bool TextFormat::Parser::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser
1359 /* static */ bool TextFormat::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dmessage.py178 def ParseFromString(self, serialized): member in Message
Dtext_format.py541 def ParseFromString(self, text, message): member in _Parser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1941 static PyObject* ParseFromString(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function