Home
last modified time | relevance | path

Searched refs:pointer_type (Results 1 – 7 of 7) 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 Dold_optional_implementation.hpp44 typedef T * pointer_type ; typedef
61 typedef raw_type* pointer_type ; typedef
114 typedef BOOST_DEDUCED_TYPENAME types::pointer_type pointer_type ; typedef in boost::optional_detail::optional_base
347 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr()
595pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()
635 pointer_type cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; } in cast_ptr()
637pointer_type cast_ptr( internal_type * p, is_reference_tag ) { return &p->get… in cast_ptr()
661 typedef BOOST_DEDUCED_TYPENAME base::pointer_type pointer_type ; typedef in boost::optional
916pointer_type operator->() { BOOST_ASSERT(this->is_initialized()) ; return this->get_pt… in operator ->()
H A Doptional_reference_spec.hpp123 typedef T* pointer_type; typedef in boost::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp109 typedef T * pointer_type ; typedef in boost::optional_detail::optional_base
342 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr()
712 pointer_type get_ptr_impl() { return m_storage.ptr_ref(); } in get_ptr_impl()
786 typedef BOOST_DEDUCED_TYPENAME base::pointer_type pointer_type ; typedef in boost::optional
1117pointer_type operator->() { BOOST_ASSERT(this->is_initialized()) ; return this->get_pt… in operator ->()
1325 BOOST_DEDUCED_TYPENAME optional<T>::pointer_type
1361 BOOST_DEDUCED_TYPENAME optional<T>::pointer_type
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp1042 typedef node_pointer_pointer pointer_type; in begin() typedef
1043 pointer_type p = const_cast<pointer_type>(m_a_p_children); in begin()
1061 typedef node_pointer_pointer pointer_type; in end() typedef
1062 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size; in end()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp1042 typedef node_pointer_pointer pointer_type; in begin() typedef
1043 pointer_type p = const_cast<pointer_type>(m_a_p_children); in begin()
1061 typedef node_pointer_pointer pointer_type; in end() typedef
1062 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size; in end()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree.def158 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree.def158 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)