Home
last modified time | relevance | path

Searched defs:get_pointer (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dget_pointer.hpp18 template<class T> T * get_pointer(T * p) in get_pointer() function
25 template<class T> T * get_pointer(std::auto_ptr<T> const& p) in get_pointer() function
Dref.hpp51 T* get_pointer() const { return t_; } in get_pointer() function in boost::reference_wrapper
182 template<class T> inline T* get_pointer( reference_wrapper<T> const & r ) in AUX_REFERENCE_WRAPPER_METAFUNCTIONS_DEF() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dscoped_ptr.hpp124 template<class T> inline T * get_pointer(scoped_ptr<T> const & p) in get_pointer() function
Dshared_ptr.hpp561 template<class T> inline T * get_pointer(shared_ptr<T> const & p) in get_pointer() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp733 get_pointer ( optional<T> const& opt ) in get_pointer() function
741 get_pointer ( optional<T>& opt ) in get_pointer() function