/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | result_of.pass.cpp | 40 struct HasType : std::false_type {}; struct 43 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | result_of.pass.cpp | 39 struct HasType : std::false_type {}; struct 42 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct
|
/external/llvm-project/libcxx/test/libcxx/type_traits/ |
D | lazy_metafunctions.pass.cpp | 62 struct HasType : HasTypeImp<Type>::type {}; struct
|
/external/libcxx/test/libcxx/type_traits/ |
D | lazy_metafunctions.pass.cpp | 62 struct HasType : HasTypeImp<Type>::type {}; struct
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 244 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() argument 256 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() argument 267 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() argument 276 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() argument 284 TEST(HasType, MatchesTypedefDecl) { in TEST() argument 294 TEST(HasType, MatchesTypedefNameDecl) { in TEST() argument 485 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() argument
|
D | ASTMatchersNarrowingTest.cpp | 599 TEST(HasType, MatchesAsString) { in TEST() argument
|
/external/openscreen/cast/standalone_sender/ |
D | looping_file_cast_agent.cc | 47 bool HasType(const Json::Value& object, CastMessageType type) { in HasType() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util_test.cc | 62 TEST(AttrValueUtil, HasType) { in TEST() argument
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 300 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() argument 312 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() argument 323 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() argument 332 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() argument 340 TEST(HasType, MatchesTypedefDecl) { in TEST() argument 350 TEST(HasType, MatchesTypedefNameDecl) { in TEST() argument 930 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() argument
|
/external/openscreen/cast/receiver/ |
D | application_agent.cc | 32 bool HasType(const Json::Value& object, CastMessageType type) { in HasType() function
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Type.h | 425 bool HasType() const { return HasCompilerType(); } in HasType() function
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 221 bool HasType = false; in collectStatsForDie() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1655 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1653 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 1891 public bool HasType { property in Google.Protobuf.Reflection.FieldDescriptorProto
|