Searched refs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance
821 force_min_bit_width_(BIT_WIDTH_8), key_pool(KeyOffsetCompare(buf_)), in buf_()1460 struct KeyOffsetCompare { struct1461 KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() argument1485 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument