Searched defs:KeyOffsetCompare (Results 1 – 3 of 3) sorted by relevance
1578 struct KeyOffsetCompare { struct1579 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function1580 bool operator()(size_t a, size_t b) const { in operator()1604 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument
1623 struct KeyOffsetCompare { struct1624 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() argument1646 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument
1623 struct KeyOffsetCompare { struct1624 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function1646 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument