Home
last modified time | relevance | path

Searched defs:is_union (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_union.hpp20 template <class T> struct is_union : public integral_constant<bool, BOOST_IS_UNION(T)> {}; struct
25 template <class T> struct is_union<T const> : public is_union<T>{}; struct
26 template <class T> struct is_union<T volatile const> : public is_union<T>{}; struct
27 template <class T> struct is_union<T volatile> : public is_union<T>{}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal.hpp587 bool const is_union = target_operation == operation_union; in select_turn_from_cluster() local
/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.hpp603 struct is_union struct
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c2825 bool is_union = BTF_INFO_KIND(t->info) == BTF_KIND_UNION; in btf_struct_check_meta() local