Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Dbookmaker.h186 kSemicolon, // e.g., to delinate xxx() const ; const int* yyy() enumerator
DincludeWriter.cpp1190 SkASSERT(Punctuation::kSemicolon == token.fPunctuation); in structSizeMembers()
1198 } else if (Punctuation::kSemicolon == token.fPunctuation) { in structSizeMembers()
1207 SkASSERT(Punctuation::kSemicolon == token.fPunctuation); in structSizeMembers()
1421 (Punctuation::kSemicolon == child.fPunctuation || in populate()
1927 if (Punctuation::kSemicolon == child.fPunctuation) { in populate()
DincludeParser.cpp1735 } while (Punctuation::kSemicolon != wordIter->fPunctuation); in findCommentAfter()
2583 if (Punctuation::kSemicolon == testIter->fPunctuation in parseMethod()
2625 SkASSERT(Punctuation::kSemicolon == testIter->fPunctuation in parseMethod()
3344 if (Punctuation::kSemicolon == tokenWalker->fPunctuation) { in parseChar()
3416 this->addPunctuation(Punctuation::kSemicolon); in parseChar()
DmdOut.cpp1230 while (Punctuation::kSemicolon != nextMember->fPunctuation) { in addCodeBlock()