Searched defs:OffsetMapInfo (Results 1 – 1 of 1) sorted by relevance
291 struct OffsetMapInfo { struct292 static SmallVector<int64_t> getEmptyKey() { return {int64_t(-1)}; } in getEmptyKey()294 static SmallVector<int64_t> getTombstoneKey() { return {int64_t(-2)}; } in getTombstoneKey()296 static unsigned getHashValue(const SmallVector<int64_t> &v) { in getHashValue()300 static bool isEqual(const SmallVector<int64_t> &lhs, in isEqual()