Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DHLSLOutput_test.cpp201 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"))); in TEST_F()
226 EXPECT_TRUE(foundInCodeRegex(std::regex("_arr(\\d)*\\[2\\]"), &m)); in TEST_F()
DDebugShaderPrecision_test.cpp47 return foundInCodeRegex(SH_HLSL_4_1_OUTPUT, std::regex(regexToFind)); in foundInHLSLCodeRegex()
/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.cpp159 bool MatchOutputCodeTest::foundInCodeRegex(ShShaderOutput output, in foundInCodeRegex() function in sh::MatchOutputCodeTest
256 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex &regexToFind, std::smatch *match) const in foundInCodeRegex() function in sh::MatchOutputCodeTest
260 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()