Lines Matching refs:string
9 #include <string>
22 typedef int (*CommandRunner)(const std::vector<std::string>&);
27 int RunArgs(const std::vector<std::string>& args);
32 int RunCheck(const std::vector<std::string>& args);
37 int RunDesc(const std::vector<std::string>& args);
42 int RunGen(const std::vector<std::string>& args);
47 int RunFormat(const std::vector<std::string>& args);
52 int RunHelp(const std::vector<std::string>& args);
57 int RunLs(const std::vector<std::string>& args);
62 int RunRefs(const std::vector<std::string>& args);
88 const std::string& label_string);
90 // Like above but the input string can be a pattern that matches multiple
99 const std::string& label_pattern,