Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/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()
/ndk/tests/device/test-stlport/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()