Searched defs:release (Results 1 - 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_auto_ptr.h39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } function in class:auto_ptr_ref
53 _Tp* release() _STLP_NOTHROW {
89 _Tp* __conversionCheck = __r.release();
94 _Tp* __conversionCheck = __r.release();
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
103 reset(__r.release());
110 { this->__set(__r.release()); }
113 reset(__r.release());
121 { return auto_ptr<_Tp1>(release()); }
H A D_ostream.c133 void release() { function in struct:_SPutBackC
179 __cguard.release();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
H A Dsp_counted_base_gcc_mips.hpp125 // dispose() is called when use_count_ drops to zero, to release
149 void release() // nothrow function in class:boost::detail::sp_counted_base
H A Dsp_counted_base_gcc_x86.hpp117 // dispose() is called when use_count_ drops to zero, to release
141 void release() // nothrow function in class:boost::detail::sp_counted_base
H A Dsp_counted_base_spin.hpp74 // dispose() is called when use_count_ drops to zero, to release
98 void release() // nothrow function in class:boost::detail::sp_counted_base
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_vector.cpp34 // 'release' method is called, they deallocate the memory in the destructor.
37 // call 'release'. If any of the setup operations fail, or an exception is
49 void release () { enabled_ = false; } function in class:__cxxabiv1::__anon194::st_heap_block2
64 void release () { enabled_ = false; } function in class:__cxxabiv1::__anon194::st_heap_block3
85 void release () { enabled_ = false; } function in class:__cxxabiv1::__anon194::st_cxa_cleanup
99 void release () { enabled_ = false; } function in class:__cxxabiv1::__anon194::st_terminate
159 heap.release (); // We're good!
188 heap.release (); // We're good!
218 cleanup.release (); // We're good!
242 cleanup.release (); // W
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
H A Dexception.hpp34 release();
53 release();
76 release() function in class:boost::exception_detail::refcount_ptr
78 if( px_ && px_->release() )
163 virtual bool release() const = 0;
/ndk/sources/cxx-stl/gabi++/src/
H A Dcxxabi_vec.cc47 // the release() method has been called.
58 void release() { function in class:__anon133::scoped_block
69 // unless the release() method has been called.
85 void release() { function in class:__anon133::scoped_cleanup
96 // it exits a scope without a previous call to release().
106 void release() { function in class:__anon133::scoped_catcher
186 // Construction succeeded, no need to release the block.
187 block.release();
214 cleanup.release();
242 cleanup.release();
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp63 struct release struct in namespace:__anon141
424 unique_ptr<facet, release> hold(f);
443 unique_ptr<facet, release> hold(f);
448 facets_[static_cast<size_t>(id)] = hold.release();
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h901 T* release() { function in class:testing::internal::scoped_ptr

Completed in 310 milliseconds