/external/skqp/tools/bookmaker/ |
D | bmhParser.cpp | 121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() 648 bool BmhParser::checkEndMarker(MarkType markType, string match) const { in checkEndMarker() 726 auto childError = [this](MarkType markType) -> bool { in childOf() 747 string BmhParser::className(MarkType markType) { in className() 1326 MarkType markType = child->fMarkType; in setUpSubstitutes() local 1452 RootDefinition* BmhParser::findBmhObject(MarkType markType, string typeName) { in findBmhObject() 1518 MarkType markType = this->getMarkType(MarkLookup::kRequire); in findDefinitions() local 2026 bool BmhParser::skipToDefinitionEnd(MarkType markType) { in skipToDefinitionEnd() 2109 vector<string> BmhParser::typeName(MarkType markType, bool* checkEnd) { in typeName() 2242 string BmhParser::uniqueName(string base, MarkType markType) { in uniqueName() [all …]
|
D | definition.h | 90 Definition(MarkType markType, const char* start, int line, Definition* parent, char mc) in Definition() 94 …Definition(MarkType markType, const char* start, const char* end, int line, Definition* parent, ch… in Definition() 285 RootDefinition(MarkType markType, const char* start, int line, Definition* parent, char mc) in RootDefinition() 295 RootDefinition(MarkType markType, const char* start, const char* end, int line, in RootDefinition()
|
D | bookmaker.cpp | 87 static int count_children(const Definition& def, MarkType markType) { in count_children()
|
D | mdOut.cpp | 77 MarkType markType = fLastDef->fMarkType; in anchorDef() local 897 void MdOut::summaryOut(const Definition* def, MarkType markType, string name) { in summaryOut() 1124 static bool writeTableEnd(MarkType markType, Definition* def, const Definition** prior) { in writeTableEnd() 1184 MarkType markType = KeyWord::kClass == member->fKeyWord in addCodeBlock() local
|
D | mdOut.h | 259 MarkType markType = definition->fMarkType; in resolvable() local
|
D | spellCheck.cpp | 366 bool SpellCheck::checkable(MarkType markType) { in checkable()
|
D | includeParser.h | 124 string codeBlock(MarkType markType, string name, bool inProgress) const { in codeBlock()
|
D | includeParser.cpp | 495 string IncludeParser::writeCodeBlock(TextParser& i, MarkType markType, int startIndent) { in writeCodeBlock() 1685 MarkType markType = MarkType::kClass; in elidedCodeBlock() local 1788 Definition* IncludeParser::findIncludeObject(const Definition& includeDef, MarkType markType, in findIncludeObject()
|
/external/skia/tools/bookmaker/ |
D | bmhParser.cpp | 121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() 648 bool BmhParser::checkEndMarker(MarkType markType, string match) const { in checkEndMarker() 726 auto childError = [this](MarkType markType) -> bool { in childOf() 747 string BmhParser::className(MarkType markType) { in className() 1326 MarkType markType = child->fMarkType; in setUpSubstitutes() local 1452 RootDefinition* BmhParser::findBmhObject(MarkType markType, string typeName) { in findBmhObject() 1518 MarkType markType = this->getMarkType(MarkLookup::kRequire); in findDefinitions() local 2023 bool BmhParser::skipToDefinitionEnd(MarkType markType) { in skipToDefinitionEnd() 2106 vector<string> BmhParser::typeName(MarkType markType, bool* checkEnd) { in typeName() 2239 string BmhParser::uniqueName(string base, MarkType markType) { in uniqueName() [all …]
|
D | definition.h | 90 Definition(MarkType markType, const char* start, int line, Definition* parent, char mc) in Definition() 94 …Definition(MarkType markType, const char* start, const char* end, int line, Definition* parent, ch… in Definition() 285 RootDefinition(MarkType markType, const char* start, int line, Definition* parent, char mc) in RootDefinition() 295 RootDefinition(MarkType markType, const char* start, const char* end, int line, in RootDefinition()
|
D | bookmaker.cpp | 87 static int count_children(const Definition& def, MarkType markType) { in count_children()
|
D | mdOut.cpp | 78 MarkType markType = fLastDef->fMarkType; in anchorDef() local 897 void MdOut::summaryOut(const Definition* def, MarkType markType, string name) { in summaryOut() 1124 static bool writeTableEnd(MarkType markType, Definition* def, const Definition** prior) { in writeTableEnd() 1184 MarkType markType = KeyWord::kClass == member->fKeyWord in addCodeBlock() local
|
D | mdOut.h | 259 MarkType markType = definition->fMarkType; in resolvable() local
|
D | spellCheck.cpp | 366 bool SpellCheck::checkable(MarkType markType) { in checkable()
|
D | includeParser.h | 124 string codeBlock(MarkType markType, string name, bool inProgress) const { in codeBlock()
|
D | includeParser.cpp | 496 string IncludeParser::writeCodeBlock(TextParser& i, MarkType markType, int startIndent) { in writeCodeBlock() 1686 MarkType markType = MarkType::kClass; in elidedCodeBlock() local 1789 Definition* IncludeParser::findIncludeObject(const Definition& includeDef, MarkType markType, in findIncludeObject()
|