Home
last modified time | relevance | path

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

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