Searched refs:MarkType (Results 1 - 20 of 20) sorted by relevance
/external/skia/tools/bookmaker/ |
H A D | spellCheck.cpp | 46 bool checkable(MarkType markType); 139 case MarkType::kAlias: 141 case MarkType::kAnchor: 143 case MarkType::kBug: 145 case MarkType::kClass: 148 case MarkType::kCode: 151 case MarkType::kColumn: 153 case MarkType::kComment: 155 case MarkType::kConst: { 162 case MarkType [all...] |
H A D | bookmaker.cpp | 63 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, 67 case MarkType::kComment: 73 case MarkType::kClass: 74 case MarkType::kStruct: 75 case MarkType::kConst: 76 case MarkType::kEnum: 77 case MarkType::kEnumClass: 78 case MarkType::kMember: 79 case MarkType::kMethod: 80 case MarkType [all...] |
H A D | mdOut.cpp | 98 if (MarkType::kExternal == def->fMarkType) { 402 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param"; 420 } else if (MarkType::kEnumClass == def->fMarkType) { 436 if (MarkType::kEnumClass == def->fMarkType) { 445 while (topic && MarkType::kTopic != topic->fMarkType) { 449 if (child->isStructOrClass() || MarkType::kTypedef == child->fMarkType) { 664 if (MarkType::kAlias == def->fMarkType) { 667 SkASSERT(MarkType::kSubtopic == def->fMarkType ||MarkType::kTopic == def->fMarkType); 669 if (MarkType [all...] |
H A D | bookmaker.h | 84 enum class MarkType { class 149 Last_MarkType = (int) MarkType::kWidth, 792 Definition(MarkType markType, const char* start, int line, Definition* parent) 796 Definition(MarkType markType, const char* start, const char* end, int line, Definition* parent) 840 if (MarkType::kStruct == test->fMarkType || MarkType::kClass == test->fMarkType) { 853 const Definition* hasChild(MarkType markType) const; 909 if (MarkType::kTopic == test->fMarkType) { 932 MarkType fMarkType = MarkType [all...] |
H A D | selfCheck.cpp | 72 if (MarkType::kSubtopic == csChild->fMarkType) { 77 } else if (MarkType::kMethod != csChild->fMarkType) { 87 if (MarkType::kIn == child->fMarkType) { 115 SkASSERT(MarkType::kTopic == topic->fMarkType);
|
H A D | includeWriter.cpp | 40 case MarkType::kCode: { 53 SkASSERT(MarkType::kLiteral == prop->fChildren[0]->fMarkType); 54 SkASSERT(1 == childSize || MarkType::kOutdent == prop->fChildren[1]->fMarkType); 58 MarkType::kOutdent == prop->fChildren[1]->fMarkType; 75 case MarkType::kDefinedBy: 78 case MarkType::kBug: { 84 case MarkType::kDeprecated: 85 case MarkType::kPrivate: 96 } else if (MarkType::kBug == prop->fMarkType) { 109 case MarkType [all...] |
H A D | fiddleParser.cpp | 119 if (MarkType::kStdOut != textOut->fMarkType) { 125 if (MarkType::kVolatile == stdOutChild->fMarkType) {
|
H A D | includeParser.cpp | 258 case MarkType::kMethod: { 353 if (MarkType::kDefinedBy == def->fMarkType) { 361 case MarkType::kComment: 363 case MarkType::kEnumClass: 364 case MarkType::kEnum: { 403 if (MarkType::kCode == child->fMarkType) { 408 if (MarkType::kCode != def->fMarkType) { 422 string constName = MarkType::kEnumClass == token.fMarkType ? 442 case MarkType::kMember: 450 case MarkType [all...] |
H A D | definition.cpp | 511 const Definition* platform = this->hasChild(MarkType::kPlatform); 533 case MarkType::kDuration: 536 case MarkType::kHeight: 539 case MarkType::kWidth: 542 case MarkType::kDescription: 545 case MarkType::kFunction: { 556 case MarkType::kComment: 558 case MarkType::kImage: 561 case MarkType::kToDo: 563 case MarkType [all...] |
H A D | cataloger.cpp | 141 const Definition* stdOut = def->hasChild(MarkType::kStdOut); 142 const Definition* outVolatile = stdOut ? stdOut->hasChild(MarkType::kVolatile) : nullptr;
|
/external/skqp/tools/bookmaker/ |
H A D | spellCheck.cpp | 46 bool checkable(MarkType markType); 139 if (MarkType::kParam != def->fMarkType && MarkType::kConst != def->fMarkType && 140 MarkType::kPrivate != def->fMarkType && TableState::kNone != fTableState) { 144 case MarkType::kAlias: 146 case MarkType::kAnchor: 148 case MarkType::kBug: 150 case MarkType::kClass: 153 case MarkType::kCode: 156 case MarkType [all...] |
H A D | bookmaker.cpp | 62 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, 66 case MarkType::kComment: 72 case MarkType::kClass: 73 case MarkType::kStruct: 74 case MarkType::kConst: 75 case MarkType::kEnum: 76 case MarkType::kEnumClass: 77 case MarkType::kMember: 78 case MarkType::kMethod: 79 case MarkType [all...] |
H A D | mdOut.cpp | 98 if (MarkType::kExternal == def->fMarkType) { 397 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param"; 415 } else if (MarkType::kEnumClass == def->fMarkType) { 431 if (MarkType::kEnumClass == def->fMarkType) { 440 while (topic && MarkType::kTopic != topic->fMarkType) { 444 if (child->isStructOrClass() || MarkType::kTypedef == child->fMarkType) { 692 if (MarkType::kParam == def->fMarkType) { 694 SkASSERT(MarkType::kMethod == parent->fMarkType); 703 if (BmhParser::Resolvable::kClone == resolvable && MarkType::kMethod == def->fMarkType && 733 if (MarkType [all...] |
H A D | bookmaker.h | 84 enum class MarkType { class 148 Last_MarkType = (int) MarkType::kWidth, 785 Definition(MarkType markType, const char* start, int line, Definition* parent) 789 Definition(MarkType markType, const char* start, const char* end, int line, Definition* parent) 833 if (MarkType::kStruct == test->fMarkType || MarkType::kClass == test->fMarkType) { 845 const Definition* hasChild(MarkType markType) const; 913 MarkType fMarkType = MarkType::kNone; 940 RootDefinition(MarkType markTyp [all...] |
H A D | fiddleParser.cpp | 11 if (MarkType::kExample == def->fMarkType && name == def->fFiddle) { 145 if (MarkType::kStdOut != textOut->fMarkType) { 151 if (MarkType::kVolatile == stdOutChild->fMarkType) {
|
H A D | selfCheck.cpp | 74 if (constructors && MarkType::kSubtopic != constructors->fMarkType) { 85 if (MarkType::kMethod != csChild->fMarkType) { 142 if (MarkType::kSubtopic != memberFunctions->fMarkType) { 151 if (MarkType::kMethod != csChild->fMarkType) { 183 if (operators && MarkType::kSubtopic != operators->fMarkType) { 228 if (MarkType::kMethod != csChild->fMarkType) { 293 if (MarkType::kSubtopic != subtopics->fMarkType) { 297 if (relatedFunctions && MarkType::kSubtopic != relatedFunctions->fMarkType) { 308 if (MarkType::kSubtopic != csChild->fMarkType) { 423 if (MarkType [all...] |
H A D | includeWriter.cpp | 17 case MarkType::kCode: { 30 SkASSERT(MarkType::kLiteral == prop->fChildren[0]->fMarkType); 31 SkASSERT(1 == childSize || MarkType::kOutdent == prop->fChildren[1]->fMarkType); 35 MarkType::kOutdent == prop->fChildren[1]->fMarkType; 52 case MarkType::kDefinedBy: 55 case MarkType::kDeprecated: 56 case MarkType::kPrivate: 75 case MarkType::kExperimental: 88 case MarkType::kFormula: { 117 case MarkType [all...] |
H A D | definition.cpp | 511 const Definition* platform = this->hasChild(MarkType::kPlatform); 533 case MarkType::kDuration: 536 case MarkType::kHeight: 539 case MarkType::kWidth: 542 case MarkType::kDescription: 545 case MarkType::kFunction: { 556 case MarkType::kComment: 558 case MarkType::kImage: 561 case MarkType::kToDo: 563 case MarkType [all...] |
H A D | includeParser.cpp | 258 case MarkType::kMethod: { 351 if (MarkType::kDefinedBy == def->fMarkType) { 359 case MarkType::kComment: 361 case MarkType::kEnumClass: 362 case MarkType::kEnum: { 399 if (MarkType::kCode == child->fMarkType) { 404 if (MarkType::kCode != def->fMarkType) { 416 string constName = MarkType::kEnumClass == token.fMarkType ? 434 case MarkType::kMember: 442 case MarkType [all...] |
H A D | cataloger.cpp | 141 const Definition* stdOut = def->hasChild(MarkType::kStdOut); 142 const Definition* outVolatile = stdOut ? stdOut->hasChild(MarkType::kVolatile) : nullptr;
|
Completed in 383 milliseconds