Home
last modified time | relevance | path

Searched defs:key_value_pair_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ublksrv/qcow2/
H A Dlrucache.hpp48 typedef typename std::pair<key_t, value_t> key_value_pair_t; typedef in cache::lru_cache
/aosp_15_r20/external/puffin/src/
H A Dpuffin_stream.h27 typedef typename std::pair<Key, Value> key_value_pair_t; typedef