Searched defs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance
1673 struct KeyOffsetCompare { struct1674 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function1696 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument