Lines Matching refs:string
21 #include <string>
40 std::unordered_set<std::string> Names;
51 void init(const std::string &Spec);
52 bool match(const std::string &Name, uint32_t Number) const;
62 // Helper function to tokenize a string into a vector of string tokens, given
63 // a single delimiter character. An empty string produces an empty token
66 static std::vector<std::string> tokenize(const std::string &Spec,
70 void include(const std::string &Token);
71 void exclude(const std::string &Token);