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::MatrixInstance118 std::string instanceDescription = isRegex() ? regexPattern() : exactInstance(); in description()
160 instanceMatch = (matrixInstance.regexPattern() == instanceOrPattern); in splitInstance()
406 auto instance = matrixInstance.isRegex() ? matrixInstance.regexPattern() in expandInstances()
58 const std::string& regexPattern() const;