Home
last modified time | relevance | path

Searched defs:is_class (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_class.hpp105 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/
Dpair.hpp603 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 Dsfinae-1.cpp10 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 Dadmin.c2273 *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 Dqualified-id-lookup.cpp116 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/
Dis_class.h22 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/
Dis_class.h22 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/
Dis_class.h22 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/
Dis_class.h22 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 Dis_class.h22 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/
Dis_class.h22 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 Dis_class.h25 template <class T> struct is_class : decltype(detail::test<T>(nullptr)) {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dudt_specialisations.cpp36 struct is_class<my_union> struct
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc161 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 Djavanano_helpers.cc233 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 Dtype_traits_test.cpp326 TEST(LlvmLibcTypeTraitsTest, is_class) { in TEST() argument
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/
H A Dcode.py216 def is_class(self): member in Type
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp786 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 Dpython_sugared_value.cpp1323 py::bool_ is_class = py::module::import("inspect").attr("isclass")(obj); in toSugaredValue() local
/aosp_15_r20/external/python/cpython3/Lib/
Dtyping.py838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtyping.py838 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/
Dtyping.py838 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/
Dtyping.py838 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/
Dtyping.py838 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/
Dtyping.py838 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument

12