Searched refs:KHash (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_join_impl.h | 526 typename TraitsType::KHash > { 535 typedef typename TraitsType::KHash hash_compare_type; 826 KHash >, 835 typedef KHash key_hash_compare; 1204 typedef key_matching<K, KHash> key_traits_type; 1206 typedef KHash key_hash_compare; 1247 template<typename OutputTuple, typename K, typename KHash> 1280 template<typename OutputTuple, typename K, typename KHash> 1317 template<typename OutputTuple, typename K, typename KHash> 1358 template<typename OutputTuple, typename K, typename KHash> [all …]
|
| H A D | _flow_graph_body_impl.h | 56 template<typename K, typename KHash=tbb_hash_compare<typename std::decay<K>::type > > 57 __TBB_requires(tbb::detail::hash_compare<KHash, K>) 61 typedef KHash hash_compare_type;
|
| H A D | _flow_graph_types_impl.h | 42 typedef KHashp KHash; typedef 62 typedef typename KeyTraits::hash_compare_type KHash; 63 typedef typename std::tuple<PT<KeyTrait<K, KHash, Args> >... > type;
|
| /oneTBB/test/tbb/ |
| H A D | test_join_node.h | 461 template<class K, class KHash> 467 template<class K, class KHash> 470 template<class K, class KHash> 476 template<class K, class KHash> 549 template <typename K, typename KHash> 570 template<typename JType, typename K, typename KHash> 603 template<typename JType, typename K, typename KHash> 642 template<typename JType, typename K, typename KHash> 684 template<typename JType, typename K, typename KHash> 729 template<typename JType, typename K, typename KHash> [all …]
|
| /oneTBB/doc/main/reference/ |
| H A D | type_specified_message_keys.rst | 34 ``key_matching<typename K, class KHash=tbb_hash_compare>`` policy is
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2212 template<typename OutputTuple, typename K, typename KHash> 2213 class join_node<OutputTuple, key_matching<K, KHash> > : public unfolded_join_node<std::tuple_size<O… 2214 key_matching_port, OutputTuple, key_matching<K,KHash> > { 2217 …typedef unfolded_join_node<N, key_matching_port, OutputTuple, key_matching<K,KHash> > unfolded_typ…
|