Searched refs:foundInCodeRegex (Results 1 – 3 of 3) sorted by relevance
165 bool MatchOutputCodeTest::foundInCodeRegex(ShShaderOutput output, in foundInCodeRegex() function in sh::MatchOutputCodeTest287 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex ®exToFind, std::smatch *match) const in foundInCodeRegex() function in sh::MatchOutputCodeTest291 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()
68 bool foundInCodeRegex(ShShaderOutput output,82 bool foundInCodeRegex(const std::regex ®exToFind, std::smatch *match = nullptr) const;
220 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"))); in TEST_F()245 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"), &m)); in TEST_F()