Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/win/
H A Dmap.h52 using StorageK = StorageType<ComplexK<K, V>>; variable
67 using StorageK = StorageK<K, V>; variable
147 using StorageK = internal::StorageK<K, V>; variable
316 explicit Map(const std::map<StorageK, StorageV, internal::Less>& map) in Map()
318 explicit Map(std::map<StorageK, StorageV, internal::Less>&& map) in Map()