Home
last modified time | relevance | path

Searched defs:get_ptr_impl (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/optional/detail/
Doptional_trivially_copyable_base.hpp492 pointer_const_type get_ptr_impl() const { return boost::addressof(m_storage); } in get_ptr_impl() function in tc_optional_base
493 pointer_type get_ptr_impl() { return boost::addressof(m_storage); } in get_ptr_impl() function in tc_optional_base
Dold_optional_implementation.hpp593 …pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl() function in boost::optional_detail::optional_base
594 …pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl() function in boost::optional_detail::optional_base
/third_party/boost/boost/optional/
Doptional.hpp763 pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); } in get_ptr_impl() function in boost::optional_detail::optional_base
764 pointer_type get_ptr_impl() { return m_storage.ptr_ref(); } in get_ptr_impl() function in boost::optional_detail::optional_base