Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h37 typedef T item_type; typedef
72 item_type* itm = const_cast<item_type*>(reinterpret_cast<const item_type*>(&item(i).first)); in get_my_item()
81 new(&(item(i).first)) item_type(o); in set_my_item()
86 void fetch_item(size_t i, item_type &o) { in fetch_item()
115 item_type temp = get_my_item(i); in swap_items()
122 item(i).first.~item_type(); in destroy_item()
127 const item_type& front() const in front()
134 const item_type& back() const in back()
183 bool push_back(item_type &v) { in push_back()
192 bool pop_back(item_type &v) { in pop_back()
[all …]
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1700 typedef typename buffer_node<T>::item_type item_type; typedef