Searched defs:refcnt_ptr (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h514 struct refcnt_ptr struct
518 refcnt_ptr() function in struct:refcnt_ptr
526 refcnt_ptr(const refcnt_ptr<U, UTraits>& c) argument
531 ~refcnt_ptr()
543 refcnt_ptr& operator =(const refcnt_ptr<U, UTraits>& q) argument
549 refcnt_ptr& operator =(U* q)
591 typedef T* refcnt_ptr::*unspecified_bool_type;
595 return p ? &refcnt_ptr
624 operator =(const refcnt_ptr<U, UTraits>& q) argument
640 operator ==(const refcnt_ptr<T, TTraits>& a, const refcnt_ptr<U, UTraits>& b) argument
646 operator ==(const refcnt_ptr<T, TTraits>& a, U* b) argument
652 operator ==(U* b, const refcnt_ptr<T, TTraits>& a) argument
658 operator !=(const refcnt_ptr<T, TTraits>& a, const refcnt_ptr<U, UTraits>& b) argument
664 operator !=(const refcnt_ptr<T, TTraits>& a, U* b) argument
670 operator !=(U* b, const refcnt_ptr<T, TTraits>& a) argument
[all...]

Completed in 116 milliseconds