Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeParser.cpp14 const IncludeKey kKeyWords[] = { variable
61 const size_t kKeyWordCount = SK_ARRAY_COUNT(kKeyWords);
66 if (start[ch] > kKeyWords[index].fName[ch]) { in FindKey()
69 kKeyWords[index - 1].fName[ch - 1] < kKeyWords[index].fName[ch - 1])) { in FindKey()
74 if (start[ch] < kKeyWords[index].fName[ch]) { in FindKey()
79 if (end - start < (int) strlen(kKeyWords[index].fName)) { in FindKey()
82 return kKeyWords[index].fKeyWord; in FindKey()
90 SkASSERT((int) kKeyWords[index - 1].fKeyWord + 1 in ValidateKeyWords()
91 == (int) kKeyWords[index].fKeyWord); in ValidateKeyWords()
92 SkASSERT(0 > strcmp(kKeyWords[index - 1].fName, kKeyWords[index].fName)); in ValidateKeyWords()
[all …]
Dbookmaker.h207 extern const IncludeKey kKeyWords[];
DincludeWriter.cpp1368 const IncludeKey& includeKey = kKeyWords[(int) child.fKeyWord]; in populate()