Searched refs:is_all (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/ |
| H A D | tuple.hpp | 285 noexcept( seq::is_all< std::is_nothrow_copy_assignable< Ts >::value... >::value ) in operator =() 296 noexcept( seq::is_all< std::is_nothrow_move_assignable< Ts >::value... >::value ) in operator =() 308 noexcept( seq::is_all< std::is_nothrow_assignable< Ts&, const Us& >::value... >::value ) in operator =() 320 noexcept( seq::is_all< std::is_nothrow_assignable< Ts&, Us&& >::value... >::value ) in operator =() 331 noexcept( seq::is_all< impl::is_nothrow_swappable< Ts >::value... >::value ) in swap() 369 …typename = impl::enable_if_t< seq::is_all< impl::dependent_type< std::is_default_constructible< Ts… 371 noexcept( seq::is_all< std::is_nothrow_default_constructible< Ts >::value... >::value ) in tuple() 376 …typename = impl::enable_if_t< seq::is_all< impl::dependent_type< std::is_copy_constructible< Ts >,… 379 noexcept( seq::is_all< std::is_nothrow_copy_constructible< Ts >::value... >::value ) in tuple() 385 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, Us&& >::value... >::value > > [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | is_all.hpp | 23 using is_all = std::integral_constant< bool, ( Bs && ... ) >; typedef 28 …using is_all = std::integral_constant< bool, std::is_same< integer_sequence< bool, true, Bs... >, …
|
| H A D | is_any.hpp | 28 using is_any = std::integral_constant< bool, !is_all< !Bs... >::value >;
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | fec.c | 97 static void fec_buf_del(struct file *file, int fd, bool is_all) in fec_buf_del() argument 104 if (buf->file == file && (is_all || buf->fd == fd)) { in fec_buf_del()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 457 + bool is_all = !strcmp(name, "all"); 460 + if (!is_all && strcmp(name, output->base.name))
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 459 + bool is_all = !strcmp(name, "all"); 462 + if (!is_all && strcmp(name, output->base.name))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 455 + bool is_all = !strcmp(name, "all"); 458 + if (!is_all && strcmp(name, output->base.name))
|