Searched refs:MapInt (Results 1 – 1 of 1) sorted by relevance
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt; in allocator_with_state() typedef278 MapInt mint1(intLess, stack1); in allocator_with_state()281 mint1.insert(MapInt::value_type(i, i)); in allocator_with_state()282 MapInt mint1Cpy(mint1); in allocator_with_state()284 MapInt mint2(intLess, stack2); in allocator_with_state()286 mint2.insert(MapInt::value_type(i, i)); in allocator_with_state()287 MapInt mint2Cpy(mint2); in allocator_with_state()