Home
last modified time | relevance | path

Searched refs:MapInt (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dmap_test.cpp276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt; in allocator_with_state() typedef
278 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()