Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 68) sorted by relevance

123

/oneTBB/test/conformance/
H A Dconformance_flowgraph.h133 std::size_t operator()(T v) { in operator() function
137 std::size_t operator()(seq_message msg) { in operator() function
149 OutputType operator()( OutputType argument ) { in operator() function
157 OutputType operator()( InputType& ) { in operator() function
190 OutputType operator()( InputType ) { in operator() function
223 OutputType operator()( InputType ) { in operator() function
242 void operator()( InputType, std::tuple<T, T>& ) {} in operator() function
264 InputType operator()( InputType ) { in operator() function
310 int operator()( int ) { in operator() function
359 OutputType operator()( InputType ) { in operator() function
[all …]
/oneTBB/test/common/
H A Dconcepts_common.h46 struct CopyAssignable { CopyAssignable& operator=( const CopyAssignable& ) = default; }; member
47 struct NonCopyAssignable { NonCopyAssignable& operator=( const NonCopyAssignable& ) = delete; }; member
59 … BlockedRangeValue& operator=( const BlockedRangeValue& ) requires EnableCopyAssignment = default; member
139 void operator()( Range& ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function
140 void operator()( Range& ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function
155 void operator()( Index ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function
156 void operator()( Index ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function
171 ParallelForIndex& operator=( const ParallelForIndex& ) requires EnableCopyAssign = default; member
214 void operator()( const T& ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function
243 ParallelSortValue& operator=(ParallelSortValue&&) requires MoveAssignableV = default; member
[all …]
H A Dparallel_for_each_common.h41 value_t& operator=(const value_t&); variable
63 void operator()(value_t depth) const { in operator() function
70 void operator()(value_t& depth) const { in operator() function
77 void operator()(const value_t& depth) const { in operator() function
84 void operator()(volatile value_t& depth, tbb::feeder<value_t>&) const { in operator() function
91 void operator()(value_t&& depth ) const { in operator() function
109 void operator()(value_t depth, tbb::feeder<value_t>& feeder) const { in operator() function
124 void operator()(value_t& depth, tbb::feeder<value_t>& feeder) const { in operator() function
159 void operator()(value_t&& depth, tbb::feeder<value_t>& feeder) const { in operator() function
316 void operator()(std::size_t& in) const { ++in; ++task_counter;} in operator() function
[all …]
H A Dspin_barrier.h83 void operator()( const std::atomic<T>& location, U value ) const { in operator() function
101 void operator() () const {} in operator() function
103 void operator()( const T&, U) const {} in operator() function
108 SpinBarrier& operator=( const SpinBarrier& ) = delete; // no assignment variable
H A Drange_based_for_support.h48 T operator()( const T& lhs, const T& rhs ) { in operator() function
53 U operator()( const U& lhs, const std::pair<T, U>& rhs ) { in operator() function
60 …second_type operator() (second_type const& lhs, std::pair<first_type, second_type> const& rhs) con… in operator() function
H A Ddummy_body.h33 void operator()( int ) const { in operator() function
36 void operator()() const { in operator() function
H A Dconcurrent_priority_queue_common.h190 bool operator()( const T& t1, const T& t2 ) { in operator() function
195 bool operator()( const std::weak_ptr<T>& t1, const std::weak_ptr<T>& t2 ) { in operator() function
252 FillBody& operator=( const FillBody& ) = delete; variable
257 void operator()( const std::size_t thread_id ) const { in operator() function
275 EmptyBody& operator=( const EmptyBody& ) = delete; member
280 void operator()( const std::size_t ) const { in operator() function
299 FloggerBody& operator=( const FloggerBody& ) = delete; variable
304 void operator()( const std::size_t thread_id ) const { in operator() function
H A Dcontainers_common.h62 NonMovableObject& operator=( const NonMovableObject& ) = delete; member
63 NonMovableObject& operator=( NonMovableObject&& ) = delete; member
H A Dstate_trackable.h155 bool operator()( const StateTrackable<allow_zero_initialized>& f ) { in operator() function
161 bool operator()( const std::pair<T, U>& p ) { in operator() function
169 bool operator()( const StateTrackable<allow_zero_initialized>& f ) { in operator() function
174 bool operator()( const std::pair<T, U>& p ) { in operator() function
H A Dconcurrent_lru_cache_common.h58 ValueType operator()(KeyType) const { return my_ref_to_original; } in operator() function
72 ValueType& operator()(KeyType k) { in operator() function
91 const value_type& operator()(key_type k) const { in operator() function
154 preset_base& operator=(const preset_base&) = delete; member
155 preset_base& operator=(preset_base&&) = delete; member
/oneTBB/include/oneapi/tbb/detail/
H A D_hash_compare.h38 std::size_t operator()( const Key& key ) const { in operator() function
42 bool operator()( const Key& key1, const Key& key2 ) const { in operator() function
47 std::size_t operator()( const K& key ) const { in operator() function
52 bool operator()( const K1& key1, const K2& key2 ) const { in operator() function
H A D_scoped_lock.h41 unique_scoped_lock& operator=(const unique_scoped_lock&) = delete; variable
98 rw_scoped_lock& operator=(const rw_scoped_lock&) = delete; variable
H A D_task_handle.h66 void operator()(task_handle_task* p){ p->finalize(); } in operator() function
74 task_handle& operator=(task_handle&&) = default; variable
/oneTBB/include/oneapi/tbb/
H A Dnull_rw_mutex.h41 null_rw_mutex& operator=(const null_rw_mutex&) = delete; variable
55 scoped_lock& operator=(const scoped_lock&) = delete; variable
H A Dnull_mutex.h41 null_mutex& operator=(const null_mutex&) = delete; variable
55 scoped_lock& operator=(const scoped_lock&) = delete; variable
H A Dparallel_sort.h113 void operator=( const quick_sort_range& ) = delete; variable
144 void operator=( const quick_sort_pretest_body& ) = delete; variable
148 void operator()( const blocked_range<RandomAccessIterator>& range ) const { in operator() function
169 void operator()( const quick_sort_range<RandomAccessIterator,Compare>& range ) const { in operator() function
H A Dqueuing_mutex.h43 queuing_mutex& operator=(const queuing_mutex&) = delete; variable
71 scoped_lock& operator=( const scoped_lock& ) = delete; variable
H A Dqueuing_rw_mutex.h56 queuing_rw_mutex& operator=(const queuing_rw_mutex&) = delete; variable
93 scoped_lock& operator=(const scoped_lock&) = delete; variable
H A Dmutex.h43 mutex& operator=(const mutex&) = delete; variable
H A Dconcurrent_set.h86 concurrent_set& operator=( const concurrent_set& ) = default; variable
87 concurrent_set& operator=( concurrent_set&& ) = default; variable
187 concurrent_multiset& operator=( const concurrent_multiset& ) = default; variable
188 concurrent_multiset& operator=( concurrent_multiset&& ) = default; variable
H A Dconcurrent_map.h48 bool operator()(const value_type& lhs, const value_type& rhs) const { in operator() function
103 concurrent_map& operator=( const concurrent_map& ) = default; variable
104 concurrent_map& operator=( concurrent_map&& ) = default; variable
254 concurrent_multimap& operator=( const concurrent_multimap& ) = default; variable
255 concurrent_multimap& operator=( concurrent_multimap&& ) = default; variable
/oneTBB/test/tbb/
H A Dtest_join_node.h62 K operator()(const int indx) { in operator() function
/oneTBB/src/tbb/
H A Dthreading_control_client.h33 threading_control_client& operator=(const threading_control_client&) = default; variable
H A Dtask_stream.h82 unsigned operator()( unsigned out_of ) const { in operator() function
103 unsigned operator()( unsigned out_of ) const { in operator() function
111 unsigned operator()( unsigned out_of ) const { in operator() function
/oneTBB/python/tbb/
H A Dapi.i55 void operator()() const { in operator() function
71 void operator()() const { in operator() function

123