| 21 | return DecodeFixed32(k.data()); |
| 22 | } |
| 23 | static void* EncodeValue(uintptr_t v) { return reinterpret_cast<void*>(v); } |
| 24 | static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } |
| 25 | |
| 26 | class CacheTest { |
no outgoing calls
no test coverage detected