Searched defs:get_ptr (Results 1 – 6 of 6) sorted by relevance
151 T* get_ptr() const BOOST_NOEXCEPT { return ptr_; } in get_ptr() function in boost::optional
346 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base347 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
341 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base342 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() function in boost::optional_detail::optional_base
103 BOOST_CONTAINER_FORCEINLINE const Pointer &get_ptr() const BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() function in boost::container::container_detail::vec_iterator106 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr() BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() function in boost::container::container_detail::vec_iterator258 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr(container_detail::vec_iterator<Pointer, IsConst> &it) … in get_ptr() function
328 au1x_ddma_desc_t *get_ptr, *put_ptr, *cur_ptr; member
579 void *(*get_ptr)(struct dma_async_tx_descriptor *desc, member