Home
last modified time | relevance | path

Searched refs:fInCharCommentString (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tools/bookmaker/
DbmhParser.h119 fInCharCommentString = false; in reset()
184 bool fInCharCommentString; variable
DincludeParser.h254 fInCharCommentString = false; in reset()
267 fInCharCommentString = fInChar || fInComment || fInString; in setBracketShortCuts()
459 bool fInCharCommentString; variable
DincludeParser.cpp2957 if (!fInCharCommentString && '/' == fPrev) { in parseChar()
2963 if (!fInCharCommentString) { in parseChar()
2969 if (!fInCharCommentString) { in parseChar()
2980 if (!fInCharCommentString && '/' == fPrev) { in parseChar()
3017 if (fInCharCommentString) { in parseChar()
3063 if (fInCharCommentString || fInBrace) { in parseChar()
3079 if (fInCharCommentString) { in parseChar()
3117 if (fInCharCommentString || fInBrace) { in parseChar()
3137 if (fInCharCommentString || fInBrace) { in parseChar()
3155 if (fInCharCommentString || fInBrace) { in parseChar()
[all …]