Home
last modified time | relevance | path

Searched defs:is_class_v (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dis_class.h26 inline constexpr bool is_class_v = __is_class(_Tp); variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_class.h26 inline constexpr bool is_class_v = __is_class(_Tp); variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_class.h27 LIBC_INLINE_VAR constexpr bool is_class_v = is_class<T>::value; variable
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_class.h27 LIBC_INLINE_VAR constexpr bool is_class_v = is_class<T>::value; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_class.h26 inline constexpr bool is_class_v = __is_class(_Tp); variable
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dis_class.h26 inline constexpr bool is_class_v = __is_class(_Tp); variable
/external/llvm-libc/src/__support/CPP/type_traits/
Dis_class.h27 LIBC_INLINE_VAR constexpr bool is_class_v = is_class<T>::value; variable