Searched refs:getEntriesInRootLevel (Results 1 – 3 of 3) sorted by relevance
57 for (const auto &element : trieMap.getEntriesInRootLevel()) { in TEST()197 for (const auto &firstLevelEntry : trieMap.getEntriesInRootLevel()) { in TEST()244 for (const auto &entry : trieMap.getEntriesInRootLevel()) { in TEST()
199 const TrieMapRange getEntriesInRootLevel() const { in getEntriesInRootLevel() function
38 return runGCInner(terminalIdMap, originalContent->mTrieMap.getEntriesInRootLevel(), in runGC()