Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/literate/
Dtop-level0.cpp34 struct smart_ptr struct
36 smart_ptr(test::Foo*) in smart_ptr() function
49 test::smart_ptr< in main()
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp75 struct smart_ptr { struct
87 void test_smart_ptr(smart_ptr<int> p) { in test_smart_ptr() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dsmart_ptr.hpp90 class smart_ptr class
111 smart_ptr() in smart_ptr() function in boost::intrusive::smart_ptr
116 smart_ptr(const smart_ptr& ptr) in smart_ptr() function in boost::intrusive::smart_ptr
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() function in boost::intrusive::smart_ptr
/aosp_15_r20/external/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp12 struct smart_ptr { struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconversion-function.cpp196 namespace smart_ptr { namespace
H A Dwarn-thread-safety-parsing.cpp1383 class smart_ptr { class
/aosp_15_r20/art/cmdline/
H A Dcmdline_parser.h522 auto smart_ptr = std::unique_ptr<detail::CmdlineParseArgumentAny>(arg); in AppendCompletedArgument() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_unittest.cc2368 raw_ptr<uint8_t, DisableDanglingPtrDetection> smart_ptr = native_ptr; in TEST_F() local