Searched refs:MapperKey (Results 1 – 2 of 2) sorted by relevance
90 typedef std::pair<uint64_t, size_t> MapperKey; typedef92 std::size_t operator()(const MapperKey &) const;95 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;98 std::unordered_map<MapperKey, MapperKeyValuePointer, MapperKeyHash> mUsageMapperCache;
464 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()474 MapperKey key = std::make_pair(usage.expected, capacity); in mapUsage()491 MapperKey lruKey = mUsageMapperLru.front().first; in mapUsage()