Searched defs:MultiMap (Results 1 – 3 of 3) sorted by relevance
73 typedef std::multimap<int,int> MultiMap; in main() typedef
143 typedef multimap<alloc_int, alloc_int, std::less<alloc_int>, MapAllocator> MultiMap; typedef
1472 export interface MultiMap<K, V> extends ESMap<K, V[]> { interface