Home
last modified time | relevance | path

Searched defs:release (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_auto_ptr.h39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } in release() function
53 _Tp* release() _STLP_NOTHROW { in release() function
D_ostream.c133 void release() { in release() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_x86.hpp141 void release() // nothrow in release() function in boost::detail::sp_counted_base
Dsp_counted_base_spin.hpp98 void release() // nothrow in release() function in boost::detail::sp_counted_base
Dsp_counted_base_gcc_mips.hpp149 void release() // nothrow in release() function in boost::detail::sp_counted_base
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_vector.cpp49 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anond83136650111::st_heap_block2
64 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anond83136650111::st_heap_block3
85 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anond83136650111::st_cxa_cleanup
99 void release () { enabled_ = false; } in release() function in __cxxabiv1::__anond83136650111::st_terminate
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc58 void release() { in release() function in __anonc22251360111::scoped_block
85 void release() { in release() function in __anonc22251360111::scoped_cleanup
106 void release() { in release() function in __anonc22251360111::scoped_catcher
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp76 release() in release() function in boost::exception_detail::refcount_ptr
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp63 struct release struct
65 void operator()(locale::facet* p) {p->__release_shared();} in operator ()()