Searched refs:test_const_container (Results 1 – 4 of 4) sorted by relevance
31 void test_const_container( const C& c ) in test_const_container() function38 void test_const_container( const std::initializer_list<T>& c) in test_const_container() function78 test_const_container ( v ); in main()79 test_const_container ( l ); in main()80 test_const_container ( a ); in main()81 test_const_container ( il ); in main()86 test_const_container ( sv ); in main()
31 void test_const_container( const C& c ) in test_const_container() function38 void test_const_container( const std::initializer_list<T>& c ) in test_const_container() function76 test_const_container ( v ); in main()77 test_const_container ( l ); in main()78 test_const_container ( a ); in main()79 test_const_container ( il ); in main()84 test_const_container ( sv ); in main()
31 void test_const_container( const C& c ) in test_const_container() function38 void test_const_container( const std::initializer_list<T>& c ) in test_const_container() function75 test_const_container ( v ); in main()76 test_const_container ( a ); in main()77 test_const_container ( il ); in main()82 test_const_container ( sv ); in main()
47 void test_const_container( const C & c, typename C::value_type val ) { in test_const_container() function66 void test_const_container( const std::initializer_list<T> & c, T val ) { in test_const_container() function150 test_const_container ( v, 1 ); in main()151 test_const_container ( l, 2 ); in main()152 test_const_container ( a, 3 ); in main()153 test_const_container ( il, 4 ); in main()