Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dlist_test.cpp283 ListInt lint1(10, 0, stack1); in allocator_with_state() local
284 ListInt lint1Cpy(lint1); in allocator_with_state()
289 lint1.swap(lint2); in allocator_with_state()
291 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()
294 CPPUNIT_ASSERT( lint1 == lint2Cpy ); in allocator_with_state()
296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state()
305 ListInt lint1(10, 0, stack1); in allocator_with_state() local
306 ListInt lint1Cpy(lint1); in allocator_with_state()
311 lint1.swap(lint2); in allocator_with_state()
313 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()
[all …]
/external/stlport/etc/
DChangeLog-5.129 [CPPUNIT_ASSERT(lint1.size() == 20)], suspected compiler's bug;
37 [CPPUNIT_ASSERT(lint1.size() == 20)], suspected compiler's bug;