Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Ddeque_test.cpp211 typedef deque<int, StackAllocator<int> > DequeInt; in allocator_with_state() typedef
212 DequeInt dint1(10, 0, stack1); in allocator_with_state()
213 DequeInt dint1Cpy(dint1); in allocator_with_state()
215 DequeInt dint2(10, 1, stack2); in allocator_with_state()
216 DequeInt dint2Cpy(dint2); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Ddeque_test.cpp211 typedef deque<int, StackAllocator<int> > DequeInt; in allocator_with_state() typedef
212 DequeInt dint1(10, 0, stack1); in allocator_with_state()
213 DequeInt dint1Cpy(dint1); in allocator_with_state()
215 DequeInt dint2(10, 1, stack2); in allocator_with_state()
216 DequeInt dint2Cpy(dint2); in allocator_with_state()