Searched refs:foundInCodeRegex (Results 1 – 4 of 4) sorted by relevance
201 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"))); in TEST_F()226 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"), &m)); in TEST_F()
47 return foundInCodeRegex(SH_HLSL_4_1_OUTPUT, std::regex(regexToFind)); in foundInHLSLCodeRegex()
69 bool foundInCodeRegex(ShShaderOutput output,83 bool foundInCodeRegex(const std::regex ®exToFind, std::smatch *match = nullptr) const;
159 bool MatchOutputCodeTest::foundInCodeRegex(ShShaderOutput output, in foundInCodeRegex() function in sh::MatchOutputCodeTest256 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex ®exToFind, std::smatch *match) const in foundInCodeRegex() function in sh::MatchOutputCodeTest260 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()