/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
get_pointer.hpp | 16 // get_pointer(p) extracts a ->* capable pointer from p 18 template<class T> T * get_pointer(T * p) function in namespace:boost 23 // get_pointer(shared_ptr<T> const & p) has been moved to shared_ptr.hpp 25 template<class T> T * get_pointer(std::auto_ptr<T> const& p) function in namespace:boost
|
ref.hpp | 51 T* get_pointer() const { return t_; } function in class:boost::reference_wrapper 182 template<class T> inline T* get_pointer( reference_wrapper<T> const & r ) function in namespace:boost 184 return r.get_pointer();
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
scoped_ptr.hpp | 122 // get_pointer(p) is a generic way to say p.get() 124 template<class T> inline T * get_pointer(scoped_ptr<T> const & p) function in namespace:boost
|
shared_ptr.hpp | 559 // get_pointer() enables boost::mem_fn to recognize shared_ptr 561 template<class T> inline T * get_pointer(shared_ptr<T> const & p) function in namespace:boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
optional.hpp | 733 get_pointer ( optional<T> const& opt ) function in namespace:boost 741 get_pointer ( optional<T>& opt ) function in namespace:boost
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
ir.py | 526 def get_pointer(self): member in class:Declarator 529 pointer = property(get_pointer) [all...] |