Home
last modified time | relevance | path

Searched refs:ComplexKey (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/tests/SystemBenchmarks/
DLRUCacheBenchmarks.cpp39 struct ComplexKey struct
44 bool operator==(const ComplexKey &a, const ComplexKey &b) in operator ==()
55 size_t operator()(const ComplexKey &key) const in operator ()()
134 sw::LRUCache<ComplexKey, size_t, ComplexKeyHash> cache(size); in BENCHMARK_DEFINE_F()
140 ComplexKey key; in BENCHMARK_DEFINE_F()
155 sw::LRUCache<ComplexKey, size_t, ComplexKeyHash> cache(size); in BENCHMARK_DEFINE_F()
160 ComplexKey key; in BENCHMARK_DEFINE_F()
172 ComplexKey key; in BENCHMARK_DEFINE_F()
185 sw::LRUCache<ComplexKey, size_t, ComplexKeyHash> cache(size); in BENCHMARK_DEFINE_F()
190 ComplexKey key; in BENCHMARK_DEFINE_F()
[all …]