Searched refs:hasToken (Results 1 – 2 of 2) sorted by relevance
66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()68 } else if (this->hasToken("/*")) { in prettify()80 } else if (this->hasToken(")")) { in prettify()82 } else if (this->hasToken("(")) { in prettify()84 } else if (!parensDepth && this->hasToken(";")) { in prettify()106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint146 if (this->hasToken(token)) { in parseUntil()