/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_class.hpp | 105 template <class T> struct is_class : public integral_constant<bool, ::boost::detail::is_class_impl<… struct 107 template <class T> struct is_class<const T> : public is_class<T>{}; struct 108 template <class T> struct is_class<const volatile T> : public is_class<T>{}; struct 109 template <class T> struct is_class<volatile T> : public is_class<T>{}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | pair.hpp | 603 struct is_class< ::boost::container::dtl::pair<T1, T2> > struct 607 static const bool value = true; 611 struct is_class< std::pair<T1, T2> > struct 615 static const bool value = true;
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
H A D | sfinae-1.cpp | 10 template<typename T> struct is_class { struct 11 static const bool value = sizeof(__is_class_check<T>(0)) == 1; argument
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | admin.c | 2273 *is_class, /* Is a class? */ in do_set_allowed_users() local 2538 *is_class; /* Is a class? */ in do_set_default() local 2616 int is_class) /* I - Set options for class? */ in do_set_options() 3361 *is_class, /* Is a class? */ in do_set_sharing() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | qualified-id-lookup.cpp | 116 template <typename T> struct is_class { struct 117 enum { value = 0 };
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/ |
D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/ |
D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/ |
D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/ |
D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/ |
H A D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/ |
D | is_class.h | 22 struct _LIBCPP_TEMPLATE_VIS is_class : public integral_constant<bool, __is_class(_Tp)> {}; struct
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | is_class.h | 25 template <class T> struct is_class : decltype(detail::test<T>(nullptr)) {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | udt_specialisations.cpp | 36 struct is_class<my_union> struct
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/ |
H A D | javamicro_helpers.cc | 161 std::string ToJavaName(const Params& params, const std::string& name, bool is_class, in ToJavaName()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/ |
H A D | javanano_helpers.cc | 233 std::string ToJavaName(const Params& params, const std::string& name, bool is_class, in ToJavaName()
|
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/ |
H A D | type_traits_test.cpp | 326 TEST(LlvmLibcTypeTraitsTest, is_class) { in TEST() argument
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/ |
H A D | code.py | 216 def is_class(self): member in Type
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | type_traits.hpp | 786 struct is_class struct 788 static const bool value = is_class_or_union<T>::value && ! is_union<T>::value;
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_sugared_value.cpp | 1323 py::bool_ is_class = py::module::import("inspect").attr("isclass")(obj); in toSugaredValue() local
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | typing.py | 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | typing.py | 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | typing.py | 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | typing.py | 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | typing.py | 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | typing.py | 838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
|