Home
last modified time | relevance | path

Searched refs:foundInCodeRegex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dcompiler_test.cpp165 bool MatchOutputCodeTest::foundInCodeRegex(ShShaderOutput output, in foundInCodeRegex() function in sh::MatchOutputCodeTest
287 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex &regexToFind, std::smatch *match) const in foundInCodeRegex() function in sh::MatchOutputCodeTest
291 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()
H A Dcompiler_test.h68 bool foundInCodeRegex(ShShaderOutput output,
82 bool foundInCodeRegex(const std::regex &regexToFind, std::smatch *match = nullptr) const;
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DHLSLOutput_test.cpp220 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"))); in TEST_F()
245 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"), &m)); in TEST_F()