Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dset_test.cpp285 typedef set<int, less<int>, StackAllocator<int> > SetInt; in allocator_with_state() typedef
289 SetInt sint1(intLess, stack1); in allocator_with_state()
292 SetInt sint1Cpy(sint1); in allocator_with_state()
294 SetInt sint2(intLess, stack2); in allocator_with_state()
297 SetInt sint2Cpy(sint2); in allocator_with_state()
314 SetInt sint1(intLess, stack1); in allocator_with_state()
315 SetInt sint1Cpy(sint1); in allocator_with_state()
317 SetInt sint2(intLess, stack2); in allocator_with_state()
320 SetInt sint2Cpy(sint2); in allocator_with_state()
337 SetInt sint1(intLess, stack1); in allocator_with_state()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dset_test.cpp285 typedef set<int, less<int>, StackAllocator<int> > SetInt; in allocator_with_state() typedef
289 SetInt sint1(intLess, stack1); in allocator_with_state()
292 SetInt sint1Cpy(sint1); in allocator_with_state()
294 SetInt sint2(intLess, stack2); in allocator_with_state()
297 SetInt sint2Cpy(sint2); in allocator_with_state()
314 SetInt sint1(intLess, stack1); in allocator_with_state()
315 SetInt sint1Cpy(sint1); in allocator_with_state()
317 SetInt sint2(intLess, stack2); in allocator_with_state()
320 SetInt sint2Cpy(sint2); in allocator_with_state()
337 SetInt sint1(intLess, stack1); in allocator_with_state()
[all …]