Searched refs:regexPattern (Results 1 – 4 of 4) sorted by relevance
84 if (!regex.compile(regexPattern())) { in matchInstance()90 const std::string& MatrixInstance::regexPattern() const { in regexPattern() function in android::vintf::MatrixInstance119 std::string instanceDescription = isRegex() ? regexPattern() : exactInstance(); in description()
159 instanceMatch = (matrixInstance.regexPattern() == instanceOrPattern); in splitInstance()
392 auto instance = matrixInstance.isRegex() ? matrixInstance.regexPattern() in expandInstances()
58 const std::string& regexPattern() const;