Searched defs:LargeMap (Results 1 – 4 of 4) sorted by relevance
24 pub type LargeMap<K, V> = SmallMap<K, V>; typedef43 pub type LargeMap<K, V> = BTreeMap<K, V>; typedef
680 typedef std::map<int, Extension> LargeMap; typedef