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

/external/protobuf/python/google/protobuf/
H A Dmessage.py165 def ParseFromString(self, serialized): member in class:Message
/external/chromium/net/proxy/
H A Dproxy_config.cc73 void ProxyConfig::ProxyRules::ParseFromString(const std::string& proxy_rules) { function in class:net::ProxyConfig::ProxyRules
H A Dproxy_bypass_rules.cc188 void ProxyBypassRules::ParseFromString(const std::string& raw) { function in class:net::ProxyBypassRules
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.cc94 // method. In a naive implementation, we might have ParseFromString() call
198 bool MessageLite::ParseFromString(const string& data) { function in class:google::protobuf::MessageLite
H A Dunknown_field_set.h117 inline bool ParseFromString(const string& data) { function in class:google::protobuf::UnknownFieldSet
H A Dtext_format.cc782 bool TextFormat::Parser::ParseFromString(const string& input, function in class:google::protobuf::TextFormat::Parser
835 /* static */ bool TextFormat::ParseFromString(const string& input, function in class:google::protobuf::TextFormat
837 return Parser().ParseFromString(input, output);
1190 if (!value.empty() && embedded_unknown_fields.ParseFromString(value)) {
/external/chromium/base/
H A Dcommand_line.cc167 current_process_commandline_->ParseFromString(::GetCommandLineW());
190 cmd.ParseFromString(command_line);
439 void CommandLine::ParseFromString(const std::wstring& command_line) { function in class:CommandLine

Completed in 145 milliseconds