Searched refs:my_ptr (Results 1 – 7 of 7) sorted by relevance
45 my_ptr = it.my_ptr; in InputIterator()53 my_ptr = it.my_ptr;70 ++my_ptr;85 return my_ptr == it.my_ptr;104 T * my_ptr; variable111 T * my_ptr; variable124 ForwardIterator ( const ForwardIterator& r ) : my_ptr(r.my_ptr){} in ForwardIterator()138 T * my_ptr; variable150 RandomIterator ( const RandomIterator& r ) : my_ptr(r.my_ptr){} in RandomIterator()175 my_ptr += n;[all …]
43 explicit cpp20_iterator(T* ptr) : my_ptr(ptr) {} in cpp20_iterator()45 T& operator*() const { return *my_ptr; } in operator *()48 ++my_ptr; in operator ++()61 --my_ptr; in operator --()76 my_ptr += n; in operator +=()83 my_ptr -= n; in operator -=()90 return my_ptr[n]; in operator []()101 return cpp20_iterator(i.my_ptr + n); in operator +()113 return cpp20_iterator(i.my_ptr - n); in operator -()117 return x.my_ptr - y.my_ptr; in operator -()[all …]
206 free_on_scope_exit<T> my_ptr(my_storage); // free_on_scope_exit marks the buffer available in operator ()() local238 free_on_scope_exit<T> my_ptr(my_storage); // free_on_scope_exit marks the buffer available in operator ()() local295 free_on_scope_exit<T> my_ptr(c); in operator ()() local
74 void* my_ptr = my_pool.malloc(10);75 my_pool.free(my_ptr);}
79 void* my_ptr = my_pool.malloc(10);80 my_pool.free(my_ptr);
318 std::exception_ptr my_ptr; variable330 tbb_exception_ptr(const std::exception_ptr& src) : my_ptr(src) {} in tbb_exception_ptr()
47 std::rethrow_exception(my_ptr); in throw_self()