Home
last modified time | relevance | path

Searched refs:fPunctuation (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeWriter.cpp1190 SkASSERT(Punctuation::kSemicolon == token.fPunctuation); in structSizeMembers()
1194 if (Punctuation::kColon == token.fPunctuation) { in structSizeMembers()
1196 } else if (Punctuation::kLeftBrace == token.fPunctuation) { in structSizeMembers()
1198 } else if (Punctuation::kSemicolon == token.fPunctuation) { in structSizeMembers()
1200 } else if (Punctuation::kAsterisk == token.fPunctuation) { in structSizeMembers()
1207 SkASSERT(Punctuation::kSemicolon == token.fPunctuation); in structSizeMembers()
1345 if (Punctuation::kLeftBrace == child.fPunctuation) { in populate()
1348 SkASSERT(Punctuation::kAsterisk == child.fPunctuation); in populate()
1421 (Punctuation::kSemicolon == child.fPunctuation || in populate()
1422 Punctuation::kLeftBrace == child.fPunctuation || in populate()
[all …]
Ddefinition.h115 fPunctuation = punctuation; in Definition()
250 Punctuation fPunctuation = Punctuation::kNone; variable
DincludeParser.cpp1735 } while (Punctuation::kSemicolon != wordIter->fPunctuation); in findCommentAfter()
1760 || Punctuation::kAsterisk != testIter->fPunctuation)) { in findComments()
1985 if (Punctuation::kLeftBrace != iter->fPunctuation) { in parseClass()
2457 SkASSERT(Punctuation::kLeftBrace == tokenIter->fPunctuation); in parseEnumConst()
2583 if (Punctuation::kSemicolon == testIter->fPunctuation in parseMethod()
2584 || Punctuation::kLeftBrace == testIter->fPunctuation in parseMethod()
2585 || Punctuation::kColon == testIter->fPunctuation) { in parseMethod()
2625 SkASSERT(Punctuation::kSemicolon == testIter->fPunctuation in parseMethod()
2626 || Punctuation::kLeftBrace == testIter->fPunctuation in parseMethod()
2627 || Punctuation::kColon == testIter->fPunctuation); in parseMethod()
[all …]
DmdOut.cpp1230 while (Punctuation::kSemicolon != nextMember->fPunctuation) { in addCodeBlock()