Lines Matching refs:get
36 CachedResource* get() const { return m_resource; }
66 R* get() const { return reinterpret_cast<R*>(CachedResourceHandleBase::get()); }
67 R* operator->() const { return get(); }
70 CachedResourceHandle& operator=(const CachedResourceHandle& o) { setResource(o.get()); return *this; }
71 bool operator==(const CachedResourceHandleBase& o) const { return get() == o.get(); }
72 bool operator!=(const CachedResourceHandleBase& o) const { return get() != o.get(); }
88 return h.get() == res;
92 return h.get() == res;
96 return h.get() != res;
100 return h.get() != res;