Searched defs:SplitKey (Results 1 – 1 of 1) sorted by relevance
99 struct SplitKey { struct100 explicit SplitKey(Key key) : low(key & (kTableSize - 1)), high(key >> kTableBits) { in SplitKey() function104 const uint32_t low;105 const uint32_t high;