Searched defs:stringToFind (Results 1 – 2 of 2) sorted by relevance
57 bool foundInESSLCode(const char *stringToFind) const in foundInESSLCode()62 bool foundInGLSLCode(const char *stringToFind) const in foundInGLSLCode()
227 for (const char *stringToFind : stringsToFind) in foundInCodeInOrder() local240 const char *stringToFind, in foundInCode()299 bool MatchOutputCodeTest::foundInCode(const char *stringToFind, const int expectedOccurrences) const in foundInCode() argument