Home
last modified time | relevance | path

Searched defs:is_unbounded_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_unbounded_array.hpp18 struct is_unbounded_array struct
23 struct is_unbounded_array<T[]> struct
27 struct is_unbounded_array<const T[]> struct
31 struct is_unbounded_array<volatile T[]> struct
35 struct is_unbounded_array<const volatile T[]> struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_unbounded_array.h29 struct _LIBCPP_TEMPLATE_VIS is_unbounded_array : false_type {}; struct