Searched refs:allNodes (Results 1 – 2 of 2) sorted by relevance
87 std::vector<TrieNode *> &allNodes);90 std::vector<TrieNode *> &allNodes);1261 std::vector<TrieNode*> &allNodes) { in addSymbol() argument1267 edge._child->addSymbol(entry, allocator, allNodes); in addSymbol()1277 allNodes.push_back(bNode); in addSymbol()1291 bNode->addSymbol(entry, allocator, allNodes); in addSymbol()1316 allNodes.push_back(newNode); in addSymbol()1435 std::vector<TrieNode*> allNodes; in buildExportTrie() local1436 allNodes.reserve(_file.exportInfo.size()*2); in buildExportTrie()1437 allNodes.push_back(rootNode); in buildExportTrie()[all …]
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes() function544 for (const SelectionTree::Node *N : allNodes(T)) in TEST()