Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_node_handle.h120 mapped_type& mapped() const { in mapped() function
/oneTBB/test/common/
H A Dnode_handling_support.h33 return node.key() == value.first && node.mapped() == value.second; in compare_handle_getters()
44 node.mapped() = value.second; in set_node_handle_value()
H A Dconcurrent_associative_common.h60 static Value make( const Key& key, const Key& mapped ) { return Value(key, mapped); } in make()