Searched defs:sptr (Results 1 – 2 of 2) sorted by relevance
909 inline sptr<T>::sptr() in sptr() function915 inline sptr<T>::sptr(T *other) in sptr() function924 inline sptr<T>::sptr(const sptr<T> &other) in sptr() function933 sptr<T>::sptr(sptr<T> &&other) in sptr() function952 sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) in sptr() function1058 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() function
26 #### 具体描述43 #### 接口说明