Home
last modified time | relevance | path

Searched defs:has_type (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/mp11/test/
Dmp_defer.cpp20 template<class T> struct has_type struct
42 BOOST_TEST_TRAIT_TRUE((has_type<add_pointer_impl<void>>)); in main() argument
/third_party/boost/libs/hana/test/optional/
Dnested_type.cpp20 struct has_type : std::false_type { }; struct
23 struct has_type<T, void_t<typename T::type>> struct
/third_party/boost/libs/type_traits/test/
Ddetected_test.cpp26 struct has_type { struct
35 BOOST_CHECK_TYPE3(::tt::detected_t<type_t, has_type>, char); argument
Dis_detected_convertible.cpp26 struct has_type { struct
35 CHECK_TRUE((::tt::is_detected_convertible<long, type_t, has_type>::value)); argument
Ddetected_or_test.cpp26 struct has_type { struct
35 CHECK_TRUE((::tt::detected_or<bool, type_t, has_type>::value_t::value)); argument
Dis_detected_test.cpp26 struct has_type { struct
35 CHECK_TRUE((::tt::is_detected<type_t, has_type>::value)); argument
Dis_detected_exact_test.cpp26 struct has_type { struct
35 CHECK_TRUE((::tt::is_detected_exact<char, type_t, has_type>::value)); argument
Dcommon_type_sfinae2_test.cpp23 template<class T> struct has_type: tt::integral_constant<bool, sizeof(has_type_impl<T>(0)) == sizeo… struct
/third_party/boost/libs/hana/example/optional/
Dsfinae_friendly_metafunctions.cpp21 struct has_type : std::false_type { }; struct
24 struct has_type<T, void_t<typename T::type>> struct
/third_party/boost/libs/metaparse/test/
Dhas_type.cpp21 BOOST_METAPARSE_TEST_CASE(has_type) in BOOST_METAPARSE_TEST_CASE() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h254 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
/third_party/boost/boost/local_function/aux_/macro/code_/
Dfunctor.hpp328 id, typename01, decl_traits, has_type, function_type) \ argument
/third_party/selinux/checkpolicy/
Dpolicy_define.c5468 static int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper()
5608 int define_genfs_context(int has_type) in define_genfs_context()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h8250 inline bool FieldDescriptorProto::has_type() const { in has_type() function