Home
last modified time | relevance | path

Searched refs:reference_type (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 Dold_optional_implementation.hpp31 typedef T & reference_type ; typedef
40 static rval_reference_type move(reference_type r) { return boost::move(r); } in move()
54 typedef raw_type& reference_type ; typedef
58 static reference_type move(reference_type r) { return r; } in move()
108 typedef BOOST_DEDUCED_TYPENAME types::reference_type reference_type ; typedef in boost::optional_detail::optional_base
592reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl()
619reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p… in dereference()
621reference_type dereference( internal_type* p, is_reference_tag ) { return p-… in dereference()
655 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in boost::optional
906reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();… in get()
[all …]
H A Doptional_reference_spec.hpp120 typedef T& reference_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.hpp103 typedef T & reference_type ; typedef in boost::optional_detail::optional_base
709 reference_type get_impl() { return m_storage.ref() ; } in get_impl()
780 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in boost::optional
1107reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();… in get()
1111reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or()
1124 reference_type operator *() & { return this->get() ; } in operator *()
1128 reference_type operator *() { return this->get() ; } in operator *()
1140 reference_type value() & in value()
1165 reference_type value() in value()
1307 BOOST_DEDUCED_TYPENAME optional<T>::reference_type
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Drange_of_boxes.hpp46 typedef T const& reference_type; typedef in boost::geometry::detail::envelope::longitude_interval
59 reference_type get() const in get()
/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.def162 DEFTREECODE (REFERENCE_TYPE, "reference_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.def162 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)