Searched refs:cend (Results 1 – 13 of 13) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_impl.h | 322 const_iterator cend() const;
|
| H A D | _concurrent_skip_list.h | 615 const_iterator cend() const { in cend() function
|
| H A D | _concurrent_unordered_base.h | 403 const_iterator cend() const noexcept { return const_iterator(nullptr); } in cend() function
|
| /oneTBB/test/tbb/ |
| H A D | test_flow_graph.cpp | 357 for(auto it = g.cbegin(); it != g.cend(); it++)
|
| H A D | test_concurrent_vector.cpp | 297 REQUIRE( utils::IsEqual()(*(c.cend()-1), *c.crbegin()) ); in Examine()
|
| H A D | test_concurrent_hash_map.cpp | 305 ch_map c10_1( c1.begin(), c1.end() ), c10_2(c1.cbegin(), c1.cend()); in TypeTester()
|
| H A D | test_flow_graph_whitebox.cpp | 917 CHECK_MESSAGE((g.cbegin() == g.cend()), "Starting graph is empty");
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_pipeline.cpp | 184 RootSequence(input.cbegin(), input.cend(), output.begin());
|
| H A D | conformance_concurrent_vector.cpp | 124 REQUIRE( cp == v.cend() ); in TestSequentialFor()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_vector.h | 468 const_iterator cend() const { return const_iterator(*this, size()); } in cend() function 472 const_reverse_iterator crbegin() const { return const_reverse_iterator(cend()); } in crbegin()
|
| H A D | concurrent_hash_map.h | 1051 const_iterator cend() const { return const_iterator( *this, 0, nullptr, nullptr ); } in __TBB_requires()
|
| H A D | flow_graph.h | 521 inline graph::const_iterator graph::cend() const { return const_iterator(this, false); } in cend() function
|
| /oneTBB/test/common/ |
| H A D | concurrent_associative_common.h | 457 …REQUIRE_MESSAGE(cont.cbegin() == cont.cend(), "Concurrent container iterators are invalid after co…
|