Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dget_pointer.hpp20 template<class T> T * get_pointer(T * p) in get_pointer() function
48 template<class T> T * get_pointer(std::auto_ptr<T> const& p) in get_pointer() function
62 template<class T> T * get_pointer( std::unique_ptr<T> const& p ) in get_pointer() function
67 template<class T> T * get_pointer( std::shared_ptr<T> const& p ) in get_pointer() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Drecursive_wrapper.hpp97 T* get_pointer() { return p_; } in get_pointer() function in boost::recursive_wrapper
98 const T* get_pointer() const { return p_; } in get_pointer() function in boost::recursive_wrapper
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Drecursive_wrapper.hpp104 T* get_pointer() { return p_; } in get_pointer() function in mapbox::util::recursive_wrapper
106 const T* get_pointer() const { return p_; } in get_pointer() function in mapbox::util::recursive_wrapper
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dref.hpp106 BOOST_FORCEINLINE T* get_pointer() const { return t_; } in get_pointer() function in boost::reference_wrapper
291 template<class T> BOOST_FORCEINLINE T* get_pointer( reference_wrapper<T> const & r ) in get_pointer() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddecltype.hpp251 get_pointer(T &t) in get_pointer() function
258 get_pointer(T const &t) in get_pointer() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dscoped_ptr.hpp156 template<class T> inline T * get_pointer(scoped_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
H A Dshared_ptr.hpp964 template<class T> inline typename shared_ptr<T>::element_type * get_pointer(shared_ptr<T> const & p… in get_pointer() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp1354 get_pointer ( optional<T> const& opt ) in get_pointer() function
1362 get_pointer ( optional<T>& opt ) in get_pointer() function