Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
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()
/external/angle/src/tests/test_utils/
Dcompiler_test.h69 bool foundInCodeRegex(ShShaderOutput output,
83 bool foundInCodeRegex(const std::regex &regexToFind, std::smatch *match = nullptr) const;
Dcompiler_test.cpp161 bool MatchOutputCodeTest::foundInCodeRegex(ShShaderOutput output, in foundInCodeRegex() function in sh::MatchOutputCodeTest
283 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex &regexToFind, std::smatch *match) const in foundInCodeRegex() function in sh::MatchOutputCodeTest
287 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()