Home
last modified time | relevance | path

Searched defs:enable_if_c (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Denable_if.hpp33 struct enable_if_c { struct
34 typedef T type;
38 struct enable_if_c<false, T> {}; struct
93 struct enable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils_core.hpp61 struct enable_if_c struct
63 typedef T type;
67 struct enable_if_c<false, T> {}; struct
Dunique_ptr_meta_utils.hpp79 struct enable_if_c struct
81 typedef T type;
88 struct enable_if_c<false, T> {}; struct
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
DTypeTraits.h43 using enable_if_c = typename std::enable_if<predicate, Type>::type; variable
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DTypeTraits.h43 using enable_if_c = typename std::enable_if<predicate, Type>::type; variable