Home
last modified time | relevance | path

Searched refs:key_from_message (Results 1 – 4 of 4) sorted by relevance

/oneTBB/doc/main/reference/
H A Dtype_specified_message_keys.rst42 ``key_from_message`` function for each incoming message to obtain the key associated
43 with it. The default implementation of ``key_from_message`` is the following
51 K key_from_message( const T &t ) {
62 Alternatively, the user can define its own ``key_from_message`` function in the
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h1233 return key_from_message<K>(t);
1240 return key_from_message<const K&>(t);
/oneTBB/test/tbb/
H A Dtest_join_node.h171 K key_from_message(const MyMessageKeyWithoutKeyMethod<typename std::decay<K>::type, V> &m) {
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h381 K key_from_message( const T &t ) { in key_from_message() function