Home
last modified time | relevance | path

Searched refs:Regex (Results 1 – 6 of 6) sorted by relevance

/system/libvintf/include/vintf/
DRegex.h30 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);
/system/libvintf/
DRegex.cpp23 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()
DMatrixInstance.cpp83 details::Regex regex; in matchInstance()
DAndroid.bp52 "Regex.cpp",
Dparse_xml.cpp527 details::Regex regex; in buildObject()
/system/libvintf/test/
DLibVintfTest.cpp3426 TEST_F(LibVintfTest, Regex) { in TEST_F() argument
3427 details::Regex regex; in TEST_F()