Searched refs:ListInt (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dlist_test.cpp280 typedef list<int, StackAllocator<int> > ListInt; typedef
283 ListInt lint1(10, 0, stack1);
284 ListInt lint1Cpy(lint1);
286 ListInt lint2(10, 1, stack2);
287 ListInt lint2Cpy(lint2);
305 ListInt lint1(10, 0, stack1);
306 ListInt lint1Cpy(lint1);
308 ListInt lint2(stack2);
309 ListInt lint2Cpy(lint2);
327 ListInt lint
[all...]

Completed in 72 milliseconds