Searched refs:DequeInt (Results 1 – 1 of 1) sorted by relevance
211 typedef deque<int, StackAllocator<int> > DequeInt; in allocator_with_state() typedef212 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()