Home
last modified time | relevance | path

Searched defs:get_ptr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp151 T* get_ptr() const BOOST_NOEXCEPT { return ptr_; } in get_ptr() function in boost::optional
H A Dold_optional_implementation.hpp346 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
347 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp341 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
342 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp103 BOOST_CONTAINER_FORCEINLINE const Pointer &get_ptr() const BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() function in boost::container::container_detail::vec_iterator
106 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr() BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() function in boost::container::container_detail::vec_iterator
258 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr(container_detail::vec_iterator<Pointer, IsConst> &it) … in get_ptr() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h328 au1x_ddma_desc_t *get_ptr, *put_ptr, *cur_ptr; member
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h579 void *(*get_ptr)(struct dma_async_tx_descriptor *desc, member