Home
last modified time | relevance | path

Searched refs:heap_ptr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/o3tl/inc/o3tl/
H A Dheap_ptr.hxx79 class heap_ptr class
83 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_ptr
186 heap_ptr<T>::~heap_ptr() in ~heap_ptr()
[all …]
/trunk/main/o3tl/qa/
H A Dtest-heap_ptr.cxx33 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()
/trunk/main/o3tl/
H A DPackage_inc.mk30 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/heap_ptr.hxx,o3tl/heap_ptr.hxx))
H A DGoogleTest_o3tl.mk30 o3tl/qa/test-heap_ptr \