Lines Matching defs:get
58 // once you dereference it, you get the threadsafety guarantees of T.
81 // this->reset(this->get()) works.
90 // Accessors to get the owned object.
100 C* get() const { return ptr_; }
152 return p1 == p2.get();
157 return p1 == p2.get();
162 return p1 != p2.get();
167 return p1 != p2.get();
213 // this->reset(this->get()) works.
222 // Get one element of the current object.
230 // Get a pointer to the zeroth element of the current object.
232 C* get() const {
280 return p1 == p2.get();
285 return p1 == p2.get();
290 return p1 != p2.get();
295 return p1 != p2.get();