Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.range/
Dbegin-end.pass.cpp69 void test_container( C & c, typename C::value_type val ) { in test_container() function
88 void test_container( std::initializer_list<T> & c, T val ) { in test_container() function
127 test_container ( v, 1 ); in main()
128 test_container ( l, 2 ); in main()
129 test_container ( a, 3 ); in main()
130 test_container ( il, 4 ); in main()