Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_set.cpp93 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
97 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
101 static_assert(!std::is_const<typename container_type::local_iterator::value_type>::value, in test_member_types()
105 static_assert(std::is_const<typename container_type::const_local_iterator::value_type>::value, in test_member_types()
H A Dconformance_concurrent_unordered_map.cpp110 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
114 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
118 static_assert(!std::is_const<typename container_type::local_iterator::value_type>::value, in test_member_types()
122 static_assert(std::is_const<typename container_type::const_local_iterator::value_type>::value, in test_member_types()
H A Dconformance_concurrent_set.cpp80 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
84 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
H A Dconformance_concurrent_map.cpp100 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
104 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
H A Dconformance_concurrent_vector.cpp98 REQUIRE( !(*p).is_const() ); in TestSequentialFor()
99 REQUIRE( !p->is_const() ); in TestSequentialFor()
113 REQUIRE( (*cp).is_const() ); in TestSequentialFor()
114 REQUIRE( (cp->is_const()) ); in TestSequentialFor()
1293 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
1297 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
H A Dconformance_enumerable_thread_specific.cpp1053 static_assert(!std::is_const<typename ets_container_type::iterator::value_type>::value, in TestMemberTypes()
1057 static_assert(std::is_const<typename ets_container_type::const_iterator::value_type>::value, in TestMemberTypes()
H A Dconformance_concurrent_hash_map.cpp212 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
216 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
H A Dconformance_concurrent_queue.cpp1096 static_assert(!std::is_const<typename container_type::iterator::value_type>::value, in test_member_types()
1100 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
/oneTBB/test/common/
H A Dcontainer_move_support.h244 bool is_const() const { return true; } in is_const() function
245 bool is_const() { return false; } in is_const() function