Searched defs:NodeIDHashDefinition (Results 1 – 1 of 1) sorted by relevance
148 struct NodeIDHashDefinition { struct149 typedef ino_t KeyType;150 typedef Node ValueType;152 size_t HashKey(ino_t key) const in HashKey()176 typedef BOpenHashTable<NodeIDHashDefinition> NodeIDHashTable; argument