Lines Matching refs:skipExact
189 bool isStatic = iParser.skipExact("static"); in parseOperator()
191 bool returnsConst = iParser.skipExact("const"); in parseOperator()
204 SkAssertResult(iParser.skipExact("operator")); in parseOperator()
210 if (!iParser.skipExact(parser.fSymbol)) { in parseOperator()
240 bool paramConst = iParser.skipExact("const"); in parseOperator()
267 SkAssertResult(iParser.skipExact("[]")); in parseOperator()
278 bool constMethod = iParser.skipExact(" const"); in parseOperator()
577 parser.skipExact("#"); in crossCheck2()
623 return inc.skipExact("SkDEBUGCODE("); in SkipImplementationWords()
678 if (inc.skipExact("SK_WARN_UNUSED_RESULT")) { in crossCheckInside()
877 if (!parser.skipExact("@param ")) { in hasParam()
880 if (parser.skipExact(ref.c_str()) && ' ' == parser.peek()) { in hasParam()
910 if (methodParser->skipExact("static")) { in methodHasReturn()
913 if (methodParser->skipExact("virtual")) { in methodHasReturn()