Searched defs:NameValuePairsParser (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser.h23 class CHROMEOS_EXPORT NameValuePairsParser { class in namespace:chromeos::system
28 explicit NameValuePairsParser(NameValueMap* map);
77 DISALLOW_COPY_AND_ASSIGN(NameValuePairsParser);
H A Dname_value_pairs_parser.cc43 NameValuePairsParser::NameValuePairsParser(NameValueMap* map) function in class:chromeos::system::NameValuePairsParser
47 void NameValuePairsParser::AddNameValuePair(const std::string& key,
58 bool NameValuePairsParser::ParseNameValuePairs(const std::string& in_string,
64 bool NameValuePairsParser::ParseNameValuePairsWithComments(
108 bool NameValuePairsParser::GetSingleValueFromTool(int argc,
120 bool NameValuePairsParser::GetNameValuePairsFromFile(
134 bool NameValuePairsParser::ParseNameValuePairsFromTool(

Completed in 39 milliseconds