Lines Matching defs:get
21 // foo.get()->Method(); // Foo::Method() called.
32 // foo.get()->Method(); // Foo::Method on the 0th element.
55 // dereference it, you get the threadsafety guarantees of T.
80 // this->reset(this->get()) works.
89 // Accessors to get the owned object.
99 C* get() const { return ptr_; }
147 return p1 == p2.get();
152 return p1 != p2.get();
185 // this->reset(this->get()) works.
194 // Get one element of the current object.
202 // Get a pointer to the zeroth element of the current object.
204 C* get() const {
252 return p1 == p2.get();
257 return p1 != p2.get();
293 // this->reset(this->get()) works.
301 // Get the current object.
314 C* get() const {
375 return p == b.get();
380 return p != b.get();