Searched refs:SlistInt (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | slist_test.cpp | 339 typedef slist<int, StackAllocator<int> > SlistInt; in allocator_with_state() typedef 341 SlistInt slint1(10, 0, stack1); in allocator_with_state() 342 SlistInt slint1Cpy(slint1); in allocator_with_state() 344 SlistInt slint2(10, 1, stack2); in allocator_with_state() 345 SlistInt slint2Cpy(slint2); in allocator_with_state() 362 SlistInt slint1(stack1); in allocator_with_state() 363 SlistInt slint1Cpy(slint1); in allocator_with_state() 365 SlistInt slint2(10, 1, stack2); in allocator_with_state() 366 SlistInt slint2Cpy(slint2); in allocator_with_state() 383 SlistInt slint1(10, 0, stack1); in allocator_with_state() [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | slist_test.cpp | 339 typedef slist<int, StackAllocator<int> > SlistInt; in allocator_with_state() typedef 341 SlistInt slint1(10, 0, stack1); in allocator_with_state() 342 SlistInt slint1Cpy(slint1); in allocator_with_state() 344 SlistInt slint2(10, 1, stack2); in allocator_with_state() 345 SlistInt slint2Cpy(slint2); in allocator_with_state() 362 SlistInt slint1(stack1); in allocator_with_state() 363 SlistInt slint1Cpy(slint1); in allocator_with_state() 365 SlistInt slint2(10, 1, stack2); in allocator_with_state() 366 SlistInt slint2Cpy(slint2); in allocator_with_state() 383 SlistInt slint1(10, 0, stack1); in allocator_with_state() [all …]
|