Home
last modified time | relevance | path

Searched refs:contains (Results 1 – 25 of 28) sorted by relevance

12

/oneTBB/test/common/
H A Dnode_handling_support.h247 …REQUIRE_MESSAGE(!table_for_extract.contains(new_key), "Extract: container must not contain new ele… in test_extract()
306 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic()
321 REQUIRE_MESSAGE(table1.contains(Value<container2_pure_type>::key(it)), in test_merge_basic()
380 if (!table.contains(Value<SrcTableType>::key(it))) { in check_concurrent_merge()
392 if (dst_table.contains(Value<SrcTableType>::key(it)) && in check_concurrent_merge()
393 start_data.contains(Value<DstTableType>::key(it))) in check_concurrent_merge()
H A Dconcurrent_unordered_common.h144 if (!c.contains(Value<UnorderedType>::key(*it))) { in equal()
H A Dconcurrent_ordered_common.h188 if (!c.contains(Value<OrderedType>::key((*it)))) return false; in equal()
/oneTBB/examples/task_group/sudoku/
H A DREADME.md2 This directory contains an example that finds all solutions to a Sudoku board.
30 The example's directory contains following files that may be used as an input file:
/oneTBB/doc/index/
H A Dindex_intro.rst3 This document contains information about |short_name|.
/oneTBB/examples/concurrent_hash_map/
H A DREADME.md2 This directory contains examples of the `concurrent_hash_map` container.
/oneTBB/examples/concurrent_priority_queue/
H A DREADME.md2 This directory contains examples of the `concurrent_priority_queue` container.
/oneTBB/examples/getting_started/
H A DREADME.md2 This directory contains the examples referenced by the [oneAPI Threading Building Blocks Get Starte…
/oneTBB/examples/migration/recursive_fibonacci/
H A DREADME.md2 This directory contains an example that computes Fibonacci numbers using emulation for TBB Task API.
/oneTBB/python/
H A DREADME.md19 …- **rml** - The folder contains sources for building the plugin with cross-process dynamic thread …
20 - **tbb** - The folder contains Python module sources.
/oneTBB/examples/graph/logic_sim/
H A DREADME.md2 This directory contains `oneapi::tbb::flow` example that performs simplistic digital logic simulat…
/oneTBB/examples/test_all/fibonacci/
H A DREADME.md2 This directory contains an example that computes Fibonacci numbers in several different ways.
/oneTBB/.github/
H A Dpull_request_template.md7 - [ ] - git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](htt…
/oneTBB/examples/parallel_reduce/convex_hull/
H A DREADME.md10 This sample contains two additional predefined build targets:
/oneTBB/examples/graph/binpack/
H A DREADME.md2 This directory contains an `oneapi::tbb::flow` example that performs binpacking of `N` integer valu…
/oneTBB/examples/concurrent_priority_queue/shortpath/
H A DREADME.md2 This directory contains an example that solves the single source shortest path problem.
/oneTBB/examples/
H A DREADME.md2 This directory contains example usages of oneAPI Threading Building Blocks.
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md16 * `TACHYON_VERSION` - this examples contains several version that may be changed via `TACHYON_VERSI…
/oneTBB/examples/graph/cholesky/
H A DREADME.md2 This directory contains an example of several versions of Cholesky Factorization algorithm.
/oneTBB/doc/main/tbb_userguide/
H A Dbroadcast_or_send.rst78 priority_queue_node only contains "9" when a successor node, f1, accepts
H A DNodes.rst50 Below is code for creating a simple graph that contains a single
H A DData_Flow_Graph.rst117 The body is a function object, or lambda expression, that contains a
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DNon-Preemptive_Priorities.rst118 Class ``ReadyPile`` contains the core pattern. It maintains a
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h563 bool contains( const key_type& key ) const { in contains() function
568 typename std::enable_if<is_transparent<K>::value, bool>::type contains( const K& key ) const { in contains() function
816 return size_type(contains(key) ? 1 : 0); in internal_count()
1066 if (allow_multimapping || !contains(container_traits::get_key(*where))) { in internal_merge()
H A D_concurrent_unordered_base.h601 bool contains( const key_type& key ) const { in contains() function
606 typename std::enable_if<is_transparent<K>::value, bool>::type contains( const K& key ) const { in contains() function
1206 if (allow_multimapping || !contains(traits_type::get_key(curr->value()))) { in internal_merge()
1315 return contains(key) ? 1 : 0; in internal_count()

12