Home
last modified time | relevance | path

Searched refs:regexToFind (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dcompiler_test.cpp166 const std::regex &regexToFind, in foundInCodeRegex() argument
184 return std::regex_search(code->second, *match, regexToFind); in foundInCodeRegex()
188 return std::regex_search(code->second, regexToFind); in foundInCodeRegex()
287 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex &regexToFind, std::smatch *match) const in foundInCodeRegex() argument
291 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()
H A Dcompiler_test.h69 const std::regex &regexToFind,
82 bool foundInCodeRegex(const std::regex &regexToFind, std::smatch *match = nullptr) const;