Home
last modified time | relevance | path

Searched refs:fInFunction (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeParser.h258 fInFunction = false; in reset()
463 bool fInFunction; variable
DincludeParser.cpp3034 if (':' == test && !fInFunction) { in parseChar()
3058 && fInFunction) { in parseChar()
3095 if (!fInFunction) { in parseChar()
3096 fInFunction = ')' == test && !this->inAlignAs(); in parseChar()
3098 fInFunction = '}' != test; in parseChar()
3417 fInFunction = false; in parseChar()