Home
last modified time | relevance | path

Searched refs:is_reference (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dintrinsics.hpp126 … boost::is_pod<T>::value) && ! ::boost::is_volatile<T>::value && ! ::boost::is_reference<T>::value)
127 …:boost::is_const<T>::value && !::boost::is_volatile<T>::value && ! ::boost::is_reference<T>::value)
184 # define BOOST_HAS_TRIVIAL_COPY(T) (__has_trivial_copy(T) && !is_reference<T>::value)
196 …_NOTHROW_COPY(T) (__has_nothrow_copy(T) && !is_volatile<T>::value && !is_reference<T>::value && is…
258 # define BOOST_HAS_TRIVIAL_COPY(T) ((__has_trivial_copy(T) BOOST_INTEL_TT_OPTS) && !is_reference<…
263 …as_nothrow_copy(T) BOOST_INTEL_TT_OPTS) && !is_volatile<T>::value && !is_reference<T>::value && is…
269 …as_nothrow_copy(T) BOOST_INTEL_TT_OPTS) && !is_volatile<T>::value && !is_reference<T>::value && !i…
302 # define BOOST_HAS_TRIVIAL_COPY(T) (__oracle_has_trivial_copy(T) && !is_reference<T>::value)
331 # define BOOST_HAS_TRIVIAL_COPY(T) (__has_trivial_copy(T) && !is_reference<T>::value)
335 …ST_HAS_NOTHROW_COPY(T) (__has_nothrow_copy(T) && !is_volatile<T>::value && !is_reference<T>::value)
[all …]
H A Dis_enum.hpp110 || ::boost::is_reference<T>::value
119 || ::boost::is_reference<T>::value
128 || ::boost::is_reference<T>::value
H A Dis_reference.hpp20 template <class T> struct is_reference struct
H A Dadd_rvalue_reference.hpp51 <T, (is_void<T>::value == false && is_reference<T>::value == false) >::type type;
H A Dis_function.hpp53 : public is_function_chooser< ::boost::is_reference<T>::value >
H A Dis_member_function_pointer.hpp79 ::boost::is_reference<T>::value || ::boost::is_array<T>::value>::template result_<T>{};
H A Dis_class.hpp88 && ! ::boost::is_reference<T>::value
H A Dhas_nothrow_assign.hpp58 …type>::value || is_volatile<typename remove_reference<T>::type>::value || is_reference<T>::value),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp94 is_reference<T>
118 is_reference<T>
172 is_reference<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dfunction_eval.hpp135 , typename mpl::if_<is_reference<A>, A, A const &>::type...
144 typename mpl::if_<is_reference<F>, F, F const &>::type in operator ()()
145 , typename mpl::if_<is_reference<A>, A, A const &>::type... in operator ()()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c178 fs->is_reference = 0; in unmark_for_reference()
261 fs->is_reference = 0; in unmark_for_long_term_reference()
274 if ((p_Dpb->fs_ref[i]->is_reference == 3) && (p_Dpb->fs_ref[i]->is_long_term == 0)) { in mm_unmark_short_term_for_reference()
281 if ((p_Dpb->fs_ref[i]->is_reference & 1) && (!(p_Dpb->fs_ref[i]->is_long_term & 1))) { in mm_unmark_short_term_for_reference()
284 p_Dpb->fs_ref[i]->is_reference &= 2; in mm_unmark_short_term_for_reference()
291 if ((p_Dpb->fs_ref[i]->is_reference & 2) && (!(p_Dpb->fs_ref[i]->is_long_term & 2))) { in mm_unmark_short_term_for_reference()
294 p_Dpb->fs_ref[i]->is_reference &= 1; in mm_unmark_short_term_for_reference()
311 … if ((p_Dpb->fs_ltref[i]->is_reference == 3) && (p_Dpb->fs_ltref[i]->is_long_term == 3)) { in mm_unmark_long_term_for_reference()
317 … if ((p_Dpb->fs_ltref[i]->is_reference & 1) && ((p_Dpb->fs_ltref[i]->is_long_term & 1))) { in mm_unmark_long_term_for_reference()
321 p_Dpb->fs_ltref[i]->is_reference &= 2; in mm_unmark_long_term_for_reference()
[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/ext/pb_ds/detail/
H A Dtype_utils.hpp58 using std::tr1::is_reference;
90 value = is_const<T>::value && is_reference<T>::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/ext/pb_ds/detail/
H A Dtype_utils.hpp58 using std::tr1::is_reference;
90 value = is_const<T>::value && is_reference<T>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dactor.hpp310 , typename mpl::if_<is_reference<A>, A, A const &>::type...
321 , typename mpl::if_<is_reference<A>, A, A const &>::type... in operator ()()
336 , typename mpl::if_<is_reference<A>, A, A const &>::type... 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/tr1/
H A Dtype_traits170 /// is_reference
172 struct is_reference;
271 || is_reference<_Tp>::value
495 struct is_reference
499 struct is_reference<_Tp&>
652 || is_reference<_Tp>::value)>
/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 Dtype_traits170 /// is_reference
172 struct is_reference;
271 || is_reference<_Tp>::value
495 struct is_reference
499 struct is_reference<_Tp&>
652 || is_reference<_Tp>::value)>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dmsvc_is_class.hpp49 is_reference<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/segment_iterator/
H A Dvalue_type.hpp54 boost::is_reference<point_iterator_reference_type>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp320 struct is_reference struct
324 struct is_reference<T&> struct
329 struct is_reference<T&&> struct
581 is_reference<T>::value ||
655 !is_reference<T>::value &&
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Doptional.hpp17 static_assert(!std::is_reference<T>::value, "optional doesn't support references");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvisitor_ptr.hpp51 is_reference<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Dbegin_impl.hpp40 BOOST_MPL_ASSERT((is_reference<SeqRef>));
H A Dat_impl.hpp43 BOOST_MPL_ASSERT((is_reference<SeqRef>));
H A Dend_impl.hpp54 BOOST_MPL_ASSERT((is_reference<SeqRef>));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Denable_recursive.hpp105 , is_reference<t_>

123