Searched refs:SmartIndex (Results 1 – 1 of 1) sorted by relevance
249 class SmartIndex { class254 SmartIndex(const SmartIndex& other) : real_index(other.real_index), in SmartIndex() function in SmartIndex256 ~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 …]