Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeWriter.h184 fBmhConst = nullptr; in reset()
217 const Definition* fBmhConst; variable
DincludeWriter.cpp1066 const Definition* subtopic = fBmhConst->fParent; in constSizeMembers()
1913 fBmhConst = &bmhConst; in populate()
1928 if (sawConst && fBmhConst) { // find bmh documentation. Parent must be subtopic. in populate()
1929 const Definition* subtopic = fBmhConst->fParent; in populate()
1936 bool constIsFirst = *firstConst == fBmhConst; in populate()
1945 auto lineIter = std::find_if(fBmhConst->fChildren.begin(), in populate()
1946 fBmhConst->fChildren.end(), in populate()
1948 SkASSERT(fBmhConst->fChildren.end() != lineIter); in populate()
1974 fBmhConst = nullptr; in populate()