Home
last modified time | relevance | path

Searched refs:fRootTopic (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeWriter.cpp968 auto fileInfo = std::find_if(fRootTopic->fChildren.begin(), fRootTopic->fChildren.end(), in firstBlockTrim()
970 if (fRootTopic->fChildren.end() != fileInfo) { in firstBlockTrim()
1607 fRootTopic = root->fParent; in populate()
2041 fRootTopic = root->fParent; in populate()
2048 fRootTopic = topicIter->second->asRoot(); in populate()
2100 for (auto candidate : fRootTopic->fChildren) { in resolveMethod()
2183 string prefixedName = fRootTopic->fName + '_' + undername; in resolveRef()
2286 if (parent->fParent != fRootTopic) { in resolveRef()
2692 string bmhName = fRootTopic->fFileName; in writeHeader()
DincludeParser.h245 fRootTopic = nullptr; in reset()
446 Definition* fRootTopic; variable