Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dtest_rope.cpp51 TestRope testRope, testRope2; in test_rope() local
54 while ( testRope.size() < ropeSize ) in test_rope()
57 testRope.push_back( x ); in test_rope()
60 WeakCheck( testRope, test_insert_one<TestRope>(testRope) ); in test_rope()
61 WeakCheck( testRope, test_insert_one<TestRope>(testRope, 0) ); in test_rope()
62 WeakCheck( testRope, test_insert_one<TestRope>(testRope, (int)testRope.size()) ); in test_rope()
64 WeakCheck( testRope, test_insert_n<TestRope>(testRope, random_number(random_base) ) ); in test_rope()
65 WeakCheck( testRope, test_insert_n<TestRope>(testRope, random_number(random_base), 0 ) ); in test_rope()
66 …WeakCheck( testRope, test_insert_n<TestRope>(testRope, random_number(random_base), (int)testRope.s… in test_rope()
71 WeakCheck( testRope, insert_range_tester(testRope, insFirst, insFirst+insCnt) ); in test_rope()
[all …]