Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_for.cpp249 class SmartIndex { class
254 SmartIndex(const SmartIndex& other) : real_index(other.real_index), in SmartIndex() function in SmartIndex
256 ~SmartIndex() = default;
258 SmartIndex& operator=(const SmartIndex& other) { in operator =()
272 SmartIndex operator/(const SmartIndex& other) const { in operator /()
276 SmartIndex operator*(const SmartIndex& other) const { in operator *()
280 SmartIndex operator+(const SmartIndex& other) const { in operator +()
284 SmartIndex& operator+=(const SmartIndex& other) { in operator +=()
295 SmartIndex operator+(std::size_t k) { in operator +()
334 SmartIndex first{0, change_vector}; in test_pfor_func_invoke()
[all …]