Searched defs:test_container (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/iterators/iterator.container/
H A Dempty.pass.cpp39 void test_container( C& c ) function
45 void test_container( std::initializer_list<T>& c ) function
63 test_container ( v );
64 test_container ( l );
65 test_container ( a );
66 test_container ( il );
H A Ddata.pass.cpp39 void test_container( C& c ) function
45 void test_container( std::initializer_list<T>& c) function
62 test_container ( v );
63 test_container ( a );
64 test_container ( il );
H A Dsize.pass.cpp38 void test_container( C& c) function
44 void test_container( std::initializer_list<T>& c ) function
62 test_container ( v );
63 test_container ( l );
64 test_container ( a );
65 test_container ( il );
/external/libcxx/test/std/iterators/iterator.range/
H A Dbegin-end.pass.cpp67 void test_container( C & c, typename C::value_type val ) { function
86 void test_container( std::initializer_list<T> & c, T val ) { function
125 test_container ( v, 1 );
126 test_container ( l, 2 );
127 test_container ( a, 3 );
128 test_container ( il, 4 );

Completed in 274 milliseconds