Searched refs:VectorInt (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | vector_test.cpp | 382 typedef vector<int, StackAllocator<int> > VectorInt; in allocator_with_state() typedef 383 VectorInt vint1(10, 0, stack1); in allocator_with_state() 384 VectorInt vint1Cpy(vint1); in allocator_with_state() 386 VectorInt vint2(10, 1, stack2); in allocator_with_state() 387 VectorInt vint2Cpy(vint2); in allocator_with_state()
|
/ndk/tests/device/test-stlport/unit/ |
D | vector_test.cpp | 382 typedef vector<int, StackAllocator<int> > VectorInt; in allocator_with_state() typedef 383 VectorInt vint1(10, 0, stack1); in allocator_with_state() 384 VectorInt vint1Cpy(vint1); in allocator_with_state() 386 VectorInt vint2(10, 1, stack2); in allocator_with_state() 387 VectorInt vint2Cpy(vint2); in allocator_with_state()
|