Lines Matching refs:string
15 #include <string>
21 #include <string.h>
26 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args,
27 const std::vector<std::string> &args,
32 const std::string &arg = args[i];
81 bool GetUnsigned(unsigned *out, const std::string &arg_name,
83 const std::map<std::string, std::string> &args) {
90 const std::string &value = it->second;