Searched defs:another_ptr (Results 1 – 2 of 2) sorted by relevance
52 scoped_refptr<ScopedRefCounted> another_ptr = ptr; in TEST() local61 scoped_refptr<ScopedRefCounted> another_ptr; in TEST() local73 scoped_refptr<ScopedRefCounted> another_ptr = std::move(ptr); in TEST() local83 scoped_refptr<ScopedRefCounted> another_ptr; in TEST() local
3026 template<class T> class another_ptr: private boost::shared_ptr<T> class3034 explicit another_ptr(T * p = 0): base_type(p) in another_ptr() function in n_spt_another_sp::another_ptr