Home
last modified time | relevance | path

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 Dtype_traits.h48 static const bool value = !std::is_class<T>::value;
70 !std::is_class<UnderlyingT>::value && // Filter conversion operators.
H A DCommandLine.h528 : OptionValueBase<DataType, std::is_class<DataType>::value> {
1272 std::is_class<DataType>::value> {
H A DYAMLTraits.h364 template <typename T, bool Enabled = std::is_class<T>::value>
/third_party/json/tests/src/
H A Dunit-udt.cpp540 !(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 Dtemplate_util.h75 // 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 Dtype_traits.h35 !std::is_class<UnderlyingT>::value && // Filter conversion operators.
H A DCommandLine.h605 : OptionValueBase<DataType, std::is_class<DataType>::value> {
1417 std::is_class<DataType>::value> {
H A DYAMLTraits.h482 template <typename T, bool Enabled = std::is_class<T>::value>
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcompressed_tuple.h89 return std::is_class<T>::value && std::is_empty<T>::value && !IsFinal<T>() && in ShouldUseBase()
/third_party/python/Lib/
H A Dtyping.py164 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 Dstr_cat.h279 std::is_class<T>::value &&
H A Dsubstitute.h166 std::is_class<T>::value &&
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc943 if (std::is_class<T>()) TestHeterogeneous<const T &>(table); in TestHeterogeneous()
/third_party/libabigail/src/
H A Dabg-ir.cc14161 class_decl_sptr is_class = is_class_type(t); in get_canonical_type_for()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp3231 struct is_class
5544 using __nest = __and_<is_class<_Up>, __bool_constant<!__is_final(_Up)>,
[all...]

Completed in 81 milliseconds