Lines Matching refs:string
36 #include <string>
54 bool Init(const std::string& spec, std::string* error);
57 bool Match(const std::string& str);
73 inline bool Regex::Init(const std::string& spec, std::string* error) {
93 inline bool Regex::Match(const std::string& str) {
101 inline bool Regex::Init(const std::string& spec, std::string* error) {
110 // the string, so we move that when assigning to error.
130 inline bool Regex::Match(const std::string& str) {