Home
last modified time | relevance | path

Searched refs:asRoot (Results 1 – 7 of 7) sorted by relevance

/external/skqp/tools/bookmaker/
Ddefinition.h121 virtual RootDefinition* asRoot() { SkASSERT(0); return nullptr; } in asRoot() function
290 fNames.fParent = &parent->asRoot()->fNames; in RootDefinition()
305 RootDefinition* asRoot() override { return this; } in asRoot() function
DspellCheck.cpp131 fRoot = topicDef->asRoot(); in check()
289 fRoot = def->asRoot(); in check()
374 fRoot = def->asRoot(); in childCheck()
DselfCheck.cpp58 fRoot = topicDef->asRoot(); in check()
DmdOut.cpp251 RootDefinition* root = test->asRoot(); in checkParentsForMatch()
876 fNames = &def->asRoot()->fNames; in childrenOut()
1287 fRoot = def->asRoot(); in markTypeOut()
1758 fSubtopic = def->asRoot(); in markTypeOut()
1811 fRoot = hasClassOrStruct ? (*found)->asRoot() : def->asRoot(); in markTypeOut()
1812 fSubtopic = def->asRoot(); in markTypeOut()
1856 fRoot = def->csParent()->asRoot(); in markTypeOut()
1974 fSubtopic = def->asRoot(); in markTypeOut()
2122 this->populateTables(child, child->asRoot()); in populateTables()
Dbookmaker.cpp382 fParent = &pParent->asRoot()->fNames; in setParams()
DincludeWriter.cpp1573 search = parent->asRoot(); in populate()
1578 root = fBmhStructDef->asRoot(); in populate()
1799 root = const_cast<RootDefinition*>(root->fParent->asRoot()); in populate()
2048 fRootTopic = topicIter->second->asRoot(); in populate()
2103 parent = candidate->asRoot(); in resolveMethod()
DbmhParser.cpp1200 || MarkType::kEnumClass == parent->fMarkType ? &parent->asRoot()->fNames : in setUpGlobalSubstitutes()
1361 RootDefinition* rootDef = child->asRoot(); in setUpSubstitutes()