Lines Matching refs:Regex
61 class Regex {
63 Regex() : init_(false) {}
65 ~Regex();
90 inline bool Regex::Init(const std::string& spec, std::string* error) {
109 inline Regex::~Regex() {}
111 inline bool Regex::Match(const std::string& str) {
119 inline bool Regex::Init(const std::string& spec, std::string* error) {
142 inline Regex::~Regex() {
148 inline bool Regex::Match(const std::string& str) {