Searched refs:heap_ptr (Results 1 – 4 of 4) sorted by relevance
79 class heap_ptr class83 typedef heap_ptr<T> self;90 explicit heap_ptr(92 ~heap_ptr();139 heap_ptr( const self & ); /// Prevent copies.156 swap( heap_ptr<T> & io_a, in swap()157 heap_ptr<T> & io_b ) in swap()168 heap_ptr<T>::internal_delete() in internal_delete()179 heap_ptr<T>::heap_ptr( T * pass_heapObject ) in heap_ptr() function in o3tl::heap_ptr186 heap_ptr<T>::~heap_ptr() in ~heap_ptr()[all …]
33 using o3tl::heap_ptr;61 heap_ptr<Help> in TEST_F()63 const heap_ptr<Help> in TEST_F()65 heap_ptr<Help> in TEST_F()67 heap_ptr<Help> in TEST_F()148 heap_ptr<Help> in TEST_F()
30 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/heap_ptr.hxx,o3tl/heap_ptr.hxx))
30 o3tl/qa/test-heap_ptr \