Home
last modified time | relevance | path

Searched defs:sptr (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/include/
Drefbase.h316 inline sptr<T>::sptr() in sptr() function
322 inline sptr<T>::sptr(T *other) in sptr() function
331 inline sptr<T>::sptr(const sptr<T> &other) in sptr() function
340 sptr<T>::sptr(sptr<T> &&other) in sptr() function
359 sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) in sptr() function
465 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() function