Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dproxy_config.cc73 void ProxyConfig::ProxyRules::ParseFromString(const std::string& proxy_rules) { in ParseFromString() function in net::ProxyConfig::ProxyRules
Dproxy_bypass_rules.cc188 void ProxyBypassRules::ParseFromString(const std::string& raw) { in ParseFromString() function in net::ProxyBypassRules
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h117 inline bool ParseFromString(const string& data) { in ParseFromString() function
Dmessage_lite.cc198 bool MessageLite::ParseFromString(const string& data) { in ParseFromString() function in google::protobuf::MessageLite
Dtext_format.cc782 bool TextFormat::Parser::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat::Parser
835 /* static */ bool TextFormat::ParseFromString(const string& input, in ParseFromString() function in google::protobuf::TextFormat
/external/protobuf/python/google/protobuf/
Dmessage.py165 def ParseFromString(self, serialized): member in Message
/external/chromium/base/
Dcommand_line.cc439 void CommandLine::ParseFromString(const std::wstring& command_line) { in ParseFromString() function in CommandLine