Searched defs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance
1597 struct KeyOffsetCompare { struct1598 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function1599 bool operator()(size_t a, size_t b) const { in operator()1623 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument