Searched refs:Regex (Results 1 – 6 of 6) sorted by relevance
30 class Regex {32 Regex() = default;33 ~Regex();35 Regex& operator=(const Regex&) = delete;36 Regex(const Regex&) = delete;45 static const Regex* Get(const std::string& pattern);
23 Regex::~Regex() { in ~Regex()27 void Regex::clear() { in clear()34 bool Regex::compile(const std::string& pattern) { in compile()41 bool Regex::matches(const std::string& s) const { in matches()
83 details::Regex regex; in matchInstance()
52 "Regex.cpp",
527 details::Regex regex; in buildObject()
3426 TEST_F(LibVintfTest, Regex) { in TEST_F() argument3427 details::Regex regex; in TEST_F()