Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DselfCheck.cpp51 Definition* topicDef = topic.second; in check() local
52 if (topicDef->fParent) { in check()
55 if (!topicDef->isRoot()) { in check()
58 fRoot = topicDef->asRoot(); in check()
DspellCheck.cpp124 Definition* topicDef = topic.second; in check() local
125 if (topicDef->fParent) { in check()
128 if (!topicDef->isRoot()) { in check()
131 fRoot = topicDef->asRoot(); in check()
138 this->check(topicDef); in check()
DmdOut.cpp705 auto topicDef = fBmhParser.fTopicMap.at(s); in buildRefFromFile() local
706 if (topicDef->fParent) { in buildRefFromFile()
709 if (string::npos == topicDef->fFileName.rfind(match)) { in buildRefFromFile()
737 this->markTypeOut(topicDef, &prior); in buildRefFromFile()