Home
last modified time | relevance | path

Searched defs:stringToFind (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/test_utils/
Dcompiler_test.h57 bool foundInESSLCode(const char *stringToFind) const in foundInESSLCode()
62 bool foundInGLSLCode(const char *stringToFind) const in foundInGLSLCode()
Dcompiler_test.cpp227 for (const char *stringToFind : stringsToFind) in foundInCodeInOrder() local
240 const char *stringToFind, in foundInCode()
299 bool MatchOutputCodeTest::foundInCode(const char *stringToFind, const int expectedOccurrences) const in foundInCode() argument