HomeSort by relevance Sort by last modified time
    Searched full:testvalarray (Results 1 - 1 of 1) sorted by null

  /external/stlport/test/eh/
test_valarray.cpp 30 typedef __valarray__<TestClass, eh_allocator(TestClass) > TestValarray;
33 container_category(const TestValarray&)
40 TestValarray testValarray, testValarray2;
43 while ( testValarray.size() < ropeSize )
45 TestValarray::value_type x = random_number(random_base) ; // initialize before use
46 testValarray.push_back( x );
47 testValarray2.push_back( TestValarray::value_type() );
49 WeakCheck( testValarray, test_insert_one<TestValarray>(testValarray) )
    [all...]

Completed in 2360 milliseconds