/third_party/boost/libs/mp11/test/ |
D | mp_defer.cpp | 20 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/ |
D | nested_type.cpp | 20 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/ |
D | detected_test.cpp | 26 struct has_type { struct 35 BOOST_CHECK_TYPE3(::tt::detected_t<type_t, has_type>, char); argument
|
D | is_detected_convertible.cpp | 26 struct has_type { struct 35 CHECK_TRUE((::tt::is_detected_convertible<long, type_t, has_type>::value)); argument
|
D | detected_or_test.cpp | 26 struct has_type { struct 35 CHECK_TRUE((::tt::detected_or<bool, type_t, has_type>::value_t::value)); argument
|
D | is_detected_test.cpp | 26 struct has_type { struct 35 CHECK_TRUE((::tt::is_detected<type_t, has_type>::value)); argument
|
D | is_detected_exact_test.cpp | 26 struct has_type { struct 35 CHECK_TRUE((::tt::is_detected_exact<char, type_t, has_type>::value)); argument
|
D | common_type_sfinae2_test.cpp | 23 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/ |
D | sfinae_friendly_metafunctions.cpp | 21 struct has_type : std::false_type { }; struct 24 struct has_type<T, void_t<typename T::type>> struct
|
/third_party/boost/libs/metaparse/test/ |
D | has_type.cpp | 21 BOOST_METAPARSE_TEST_CASE(has_type) in BOOST_METAPARSE_TEST_CASE() argument
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 254 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/ |
D | jsonToSpirv.h | 261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
|
/third_party/boost/boost/local_function/aux_/macro/code_/ |
D | functor.hpp | 328 id, typename01, decl_traits, has_type, function_type) \ argument
|
/third_party/selinux/checkpolicy/ |
D | policy_define.c | 5468 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/ |
D | descriptor.pb.h | 8250 inline bool FieldDescriptorProto::has_type() const { in has_type() function
|