| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | intrinsics.hpp | 126 … 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 D | is_enum.hpp | 110 || ::boost::is_reference<T>::value 119 || ::boost::is_reference<T>::value 128 || ::boost::is_reference<T>::value
|
| H A D | is_reference.hpp | 20 template <class T> struct is_reference struct
|
| H A D | add_rvalue_reference.hpp | 51 <T, (is_void<T>::value == false && is_reference<T>::value == false) >::type type;
|
| H A D | is_function.hpp | 53 : public is_function_chooser< ::boost::is_reference<T>::value >
|
| H A D | is_member_function_pointer.hpp | 79 ::boost::is_reference<T>::value || ::boost::is_array<T>::value>::template result_<T>{};
|
| H A D | is_class.hpp | 88 && ! ::boost::is_reference<T>::value
|
| H A D | has_nothrow_assign.hpp | 58 …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 D | indirect_traits.hpp | 94 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 D | function_eval.hpp | 135 , 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 D | h264d_dpb.c | 178 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 D | type_utils.hpp | 58 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 D | type_utils.hpp | 58 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 D | actor.hpp | 310 , 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 D | type_traits | 170 /// 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 D | type_traits | 170 /// 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 D | msvc_is_class.hpp | 49 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 D | value_type.hpp | 54 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 D | type_traits.hpp | 320 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 D | optional.hpp | 17 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 D | visitor_ptr.hpp | 51 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 D | begin_impl.hpp | 40 BOOST_MPL_ASSERT((is_reference<SeqRef>));
|
| H A D | at_impl.hpp | 43 BOOST_MPL_ASSERT((is_reference<SeqRef>));
|
| H A D | end_impl.hpp | 54 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 D | enable_recursive.hpp | 105 , is_reference<t_>
|