Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/
H A Dscoped_refptr_unittest.cc52 scoped_refptr<ScopedRefCounted> another_ptr = ptr; in TEST() local
61 scoped_refptr<ScopedRefCounted> another_ptr; in TEST() local
73 scoped_refptr<ScopedRefCounted> another_ptr = std::move(ptr); in TEST() local
83 scoped_refptr<ScopedRefCounted> another_ptr; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_test.cpp3026 template<class T> class another_ptr: private boost::shared_ptr<T> class
3034 explicit another_ptr(T * p = 0): base_type(p) in another_ptr() function in n_spt_another_sp::another_ptr