Searched defs:smart_ptr (Results 1 – 8 of 8) sorted by relevance
34 struct smart_ptr struct36 smart_ptr(test::Foo*) in smart_ptr() function49 test::smart_ptr< in main()
75 struct smart_ptr { struct87 void test_smart_ptr(smart_ptr<int> p) { in test_smart_ptr() argument
90 class smart_ptr class111 smart_ptr() in smart_ptr() function in boost::intrusive::smart_ptr116 smart_ptr(const smart_ptr& ptr) in smart_ptr() function in boost::intrusive::smart_ptr126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() function in boost::intrusive::smart_ptr
12 struct smart_ptr { struct
196 namespace smart_ptr { namespace
1383 class smart_ptr { class
522 auto smart_ptr = std::unique_ptr<detail::CmdlineParseArgumentAny>(arg); in AppendCompletedArgument() local
2368 raw_ptr<uint8_t, DisableDanglingPtrDetection> smart_ptr = native_ptr; in TEST_F() local