Home
last modified time | relevance | path

Searched refs:reference_wrapper (Results 1 – 25 of 81) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dref.hpp59 template<class T> class reference_wrapper class
73 BOOST_FORCEINLINE explicit reference_wrapper(T& t): t_(boost::addressof(t)) {} in reference_wrapper() function in boost::reference_wrapper
77 …BOOST_FORCEINLINE explicit reference_wrapper( T & t, ref_workaround_tag ): t_( boost::addressof( t… in reference_wrapper() function in boost::reference_wrapper
85 BOOST_DELETED_FUNCTION(reference_wrapper(T&& t))
131 template<class T> BOOST_FORCEINLINE reference_wrapper<T> BOOST_REF_CONST ref( T & t ) in ref()
135 return reference_wrapper<T>( t, ref_workaround_tag() ); in ref()
139 return reference_wrapper<T>( t ); in ref()
150 template<class T> BOOST_FORCEINLINE reference_wrapper<T const> BOOST_REF_CONST cref( T const & t ) in cref()
152 return reference_wrapper<T const>(t); in cref()
202 template<typename T> struct is_reference_wrapper< reference_wrapper<T> >
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dreference.hpp30 : expression::terminal<reference_wrapper<T> >
33 typename expression::terminal<reference_wrapper<T> >::type
45 : expression::terminal<reference_wrapper<T const> >
48 typename expression::terminal<reference_wrapper<T const> >::type
84 struct is_custom_terminal<boost::reference_wrapper<T> >
90 struct custom_terminal<boost::reference_wrapper<T> >
95 T &operator()(boost::reference_wrapper<T> r, Context &) const in operator ()()
102 struct custom_terminal<boost::reference_wrapper<actor<Expr> > >
108 struct result<This(boost::reference_wrapper<actor<Expr> > const &, Context)>
113 struct result<This(boost::reference_wrapper<actor<Expr> > &, Context)>
[all …]
H A Dis_nullary.hpp152 struct is_nullary<custom_terminal<boost::reference_wrapper<actor<T> > > >
154 … BOOST_PROTO_TRANSFORM(is_nullary<custom_terminal<boost::reference_wrapper<actor<T> > > >)
163 struct is_nullary<custom_terminal<boost::reference_wrapper<actor<T> const> > >
165 … BOOST_PROTO_TRANSFORM(is_nullary<custom_terminal<boost::reference_wrapper<actor<T> const> > >)
H A Dfunction_equal.hpp49 reference_wrapper<A0> const & a0 in operator ()()
50 , reference_wrapper<A1> const & a1 in operator ()()
/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/bits/
H A Drefwrap.h294 class reference_wrapper in _GLIBCXX_VISIBILITY()
310 = typename enable_if<!is_same<reference_wrapper, _Up2>::value>::type; in _GLIBCXX_VISIBILITY()
319 = decltype(reference_wrapper::_S_fun(std::declval<_Up>()))> in _GLIBCXX_VISIBILITY()
321 reference_wrapper(_Up&& __uref) in _GLIBCXX_VISIBILITY()
322 noexcept(noexcept(reference_wrapper::_S_fun(std::declval<_Up>()))) in _GLIBCXX_VISIBILITY()
323 : _M_data(reference_wrapper::_S_fun(std::forward<_Up>(__uref))) in _GLIBCXX_VISIBILITY()
326 reference_wrapper(const reference_wrapper&) = default; in _GLIBCXX_VISIBILITY()
328 reference_wrapper& in _GLIBCXX_VISIBILITY()
329 operator=(const reference_wrapper&) = default; in _GLIBCXX_VISIBILITY()
355 reference_wrapper(_Tp&) -> reference_wrapper<_Tp>; in _GLIBCXX_VISIBILITY()
[all …]
/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/bits/
H A Drefwrap.h294 class reference_wrapper in _GLIBCXX_VISIBILITY()
310 = typename enable_if<!is_same<reference_wrapper, _Up2>::value>::type; in _GLIBCXX_VISIBILITY()
319 = decltype(reference_wrapper::_S_fun(std::declval<_Up>()))> in _GLIBCXX_VISIBILITY()
321 reference_wrapper(_Up&& __uref) in _GLIBCXX_VISIBILITY()
322 noexcept(noexcept(reference_wrapper::_S_fun(std::declval<_Up>()))) in _GLIBCXX_VISIBILITY()
323 : _M_data(reference_wrapper::_S_fun(std::forward<_Up>(__uref))) in _GLIBCXX_VISIBILITY()
326 reference_wrapper(const reference_wrapper&) = default; in _GLIBCXX_VISIBILITY()
328 reference_wrapper& in _GLIBCXX_VISIBILITY()
329 operator=(const reference_wrapper&) = default; in _GLIBCXX_VISIBILITY()
355 reference_wrapper(_Tp&) -> reference_wrapper<_Tp>; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Darg.hpp230 typedef boost::reference_wrapper<T const> const type;
236 typedef boost::reference_wrapper<T> const type;
244 boost::reference_wrapper<T> const operator ()(T &t) const in operator ()()
246 return boost::reference_wrapper<T>(t); in operator ()()
252 boost::reference_wrapper<T const> const operator ()(T const &t) const in operator ()()
254 return boost::reference_wrapper<T const>(t); in operator ()()
286 struct result<This(boost::reference_wrapper<T>)>
302 T operator ()(boost::reference_wrapper<T> const &t) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dassign_to.hpp78 reference_wrapper<Attribute>, Iterator>
82 , reference_wrapper<Attribute> attr) in call()
186 struct assign_to_attribute_from_value<Attribute, reference_wrapper<T>
187 , typename disable_if<is_same<Attribute, reference_wrapper<T> > >::type>
190 call(reference_wrapper<T> const& val, Attribute& attr) in call()
352 struct assign_to_container_from_value<Attribute, reference_wrapper<T>
353 , typename disable_if<is_same<Attribute, reference_wrapper<T> > >::type>
356 call(reference_wrapper<T> const& val, Attribute& attr) in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dpoly_function.hpp67 struct normalize_arg<boost::reference_wrapper<T> >
74 struct normalize_arg<boost::reference_wrapper<T> const>
81 struct normalize_arg<boost::reference_wrapper<T> &>
88 struct normalize_arg<boost::reference_wrapper<T> const &>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_tile_masks.hpp18 typename std::vector<std::reference_wrapper<Renderable>>::const_iterator it, in computeTileMasks()
19 const typename std::vector<std::reference_wrapper<Renderable>>::const_iterator end, in computeTileMasks()
99 void updateTileMasks(std::vector<std::reference_wrapper<Renderable>> renderables) { in updateTileMasks()
H A Dgenerate_clip_ids.hpp29 void update(std::vector<std::reference_wrapper<Renderable>> renderables);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp276 struct unwrapper<std::reference_wrapper<T>>
278 static auto apply_const(std::reference_wrapper<T> const& obj) in apply_const()
279 -> typename std::reference_wrapper<T>::type const& in apply_const()
283 static auto apply(std::reference_wrapper<T>& obj) in apply()
284 -> typename std::reference_wrapper<T>::type& in apply()
779 …(detail::direct_type<std::reference_wrapper<T>, Types...>::index != detail::invalid_value)>::type*…
782 return (*reinterpret_cast<std::reference_wrapper<T>*>(&data)).get(); in get_unchecked()
788 …(detail::direct_type<std::reference_wrapper<T>, Types...>::index != detail::invalid_value)>::type*…
791 if (type_index == detail::direct_type<std::reference_wrapper<T>, Types...>::index) in get()
793 return (*reinterpret_cast<std::reference_wrapper<T>*>(&data)).get(); in get()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Das_fusion_element.hpp27 struct as_fusion_element<reference_wrapper<T> >
34 struct as_fusion_element<std::reference_wrapper<T> >
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__functional_base375 class _LIBCPP_TEMPLATE_VIS reference_wrapper
386 _LIBCPP_INLINE_VISIBILITY reference_wrapper(type& __f) _NOEXCEPT
389 private: reference_wrapper(type&&); public: // = delete; // do not bind to temps
515 reference_wrapper<_Tp>
518 return reference_wrapper<_Tp>(__t);
523 reference_wrapper<_Tp>
524 ref(reference_wrapper<_Tp> __t) _NOEXCEPT
531 reference_wrapper<const _Tp>
534 return reference_wrapper<const _Tp>(__t);
539 reference_wrapper<const _Tp>
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__functional_base375 class _LIBCPP_TEMPLATE_VIS reference_wrapper
386 _LIBCPP_INLINE_VISIBILITY reference_wrapper(type& __f) _NOEXCEPT
389 private: reference_wrapper(type&&); public: // = delete; // do not bind to temps
515 reference_wrapper<_Tp>
518 return reference_wrapper<_Tp>(__t);
523 reference_wrapper<_Tp>
524 ref(reference_wrapper<_Tp> __t) _NOEXCEPT
531 reference_wrapper<const _Tp>
534 return reference_wrapper<const _Tp>(__t);
539 reference_wrapper<const _Tp>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_layer.hpp80 void setRenderTiles(std::vector<std::reference_wrapper<RenderTile>>);
98 std::vector<std::reference_wrapper<RenderTile>> renderTiles;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dwrap_unwrap.hpp31 : mpl::if_<is_std_io<T>, reference_wrapper<T>, T>
88 unwrap(const reference_wrapper<T>& ref) { return ref.get(); } in unwrap()
H A Dforward.hpp48 class(const ::boost::reference_wrapper<device>& ref params()) \
54 void open(const ::boost::reference_wrapper<device>& ref params()) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp546 compare_equal(const Function& f, const reference_wrapper<Functor>& g, in compare_equal()
567 const reference_wrapper<Functor>& g, int, in compare_not_equal()
802 operator==(const function_base& f, reference_wrapper<Functor> g)
811 operator==(reference_wrapper<Functor> g, const function_base& f)
820 operator!=(const function_base& f, reference_wrapper<Functor> g)
829 operator!=(reference_wrapper<Functor> g, const function_base& f)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Ddomain.hpp296 struct domain_of<boost::reference_wrapper<T>, void>
304 struct domain_of<boost::reference_wrapper<T> const, void>
H A Dmake_expr.hpp87 struct protoify<boost::reference_wrapper<T>, Domain>
92 struct protoify<boost::reference_wrapper<T> const, Domain>
/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/tr1/
H A Dfunctional327 * from, derives from the same and ensures that reference_wrapper
453 /// reference_wrapper
455 class reference_wrapper
468 reference_wrapper(_Tp& __indata)
472 reference_wrapper(const reference_wrapper<_Tp>& __inref):
476 reference_wrapper&
477 operator=(const reference_wrapper<_Tp>& __inref)
501 inline reference_wrapper<_Tp>
503 { return reference_wrapper<_Tp>(__t); }
507 inline reference_wrapper<const _Tp>
[all …]
/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/tr1/
H A Dfunctional327 * from, derives from the same and ensures that reference_wrapper
453 /// reference_wrapper
455 class reference_wrapper
468 reference_wrapper(_Tp& __indata)
472 reference_wrapper(const reference_wrapper<_Tp>& __inref):
476 reference_wrapper&
477 operator=(const reference_wrapper<_Tp>& __inref)
501 inline reference_wrapper<_Tp>
503 { return reference_wrapper<_Tp>(__t); }
507 inline reference_wrapper<const _Tp>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dforward.hpp21 !is_same< U, reference_wrapper<Device> >::value ));
/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/experimental/
H A Darray74 struct __is_reference_wrapper<reference_wrapper<_Up>> : true_type
79 "any of the arguments is a reference_wrapper");

1234