Searched refs:fBranches (Results 1 – 4 of 4) sorted by relevance
300 for (auto& iter : fBranches) { in ~RootDefinition()319 unordered_map<string, RootDefinition*> fBranches; variable
1160 for (auto& branch : fBranches) { in clearVisited()1179 for (auto& branch : fBranches) { in dumpUnVisited()1213 const auto branchIter = fBranches.find(ref); in find()1214 if (branchIter != fBranches.end()) { in find()1219 for (const auto& branch : fBranches) { in find()
175 (fRoot->fBranches)[name] = childRoot; in addDefinition()2282 for (auto& iter : fRoot->fBranches) { in uniqueRootName()
1087 auto finder = root->fBranches.find(classBase); in crossCheck()1088 if (root->fBranches.end() != finder) { in crossCheck()