Searched refs:is_class (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | type_traits.h | 48 static const bool value = !std::is_class<T>::value; 70 !std::is_class<UnderlyingT>::value && // Filter conversion operators.
|
H A D | CommandLine.h | 528 : OptionValueBase<DataType, std::is_class<DataType>::value> { 1272 std::is_class<DataType>::value> {
|
H A D | YAMLTraits.h | 364 template <typename T, bool Enabled = std::is_class<T>::value>
|
/third_party/json/tests/src/ |
H A D | unit-udt.cpp | 540 !(std::is_pod<U>::value && std::is_class<U>::value), int >::type = 0 > 550 std::is_pod<U>::value && std::is_class<U>::value, int >::type = 0 > 576 !(std::is_pod<U>::value && std::is_class<U>::value), int >::type = 0 > 585 std::is_pod<U>::value && std::is_class<U>::value, int >::type = 0 >
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
H A D | template_util.h | 75 // is_class type_trait implementation. 99 struct is_class struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | type_traits.h | 35 !std::is_class<UnderlyingT>::value && // Filter conversion operators.
|
H A D | CommandLine.h | 605 : OptionValueBase<DataType, std::is_class<DataType>::value> { 1417 std::is_class<DataType>::value> {
|
H A D | YAMLTraits.h | 482 template <typename T, bool Enabled = std::is_class<T>::value>
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple.h | 89 return std::is_class<T>::value && std::is_empty<T>::value && !IsFinal<T>() && in ShouldUseBase()
|
/third_party/python/Lib/ |
H A D | typing.py | 164 return ForwardRef(arg, module=module, is_class=allow_special_forms) 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): 859 self.__forward_is_class__ = is_class 2335 value = ForwardRef(value, is_argument=False, is_class=True) 2371 is_class=False,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 279 std::is_class<T>::value &&
|
H A D | substitute.h | 166 std::is_class<T>::value &&
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 943 if (std::is_class<T>()) TestHeterogeneous<const T &>(table); in TestHeterogeneous()
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 14161 class_decl_sptr is_class = is_class_type(t); in get_canonical_type_for()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 3231 struct is_class 5544 using __nest = __and_<is_class<_Up>, __bool_constant<!__is_final(_Up)>, [all...] |
Completed in 96 milliseconds