Searched refs:EmptyContext (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 41 struct EmptyContext {}; struct 329 template <class T> struct has_MappingTraits<T, EmptyContext> { 357 template <class T> struct has_MappingValidateTraits<T, EmptyContext> { 1456 EmptyContext Ctx; 1469 inline typename std::enable_if<has_MappingTraits<T, EmptyContext>::value, 1472 EmptyContext Ctx; 1484 EmptyContext Ctx; 1495 EmptyContext Ctx; 1506 EmptyContext Ctx; 1514 inline typename std::enable_if<missingTraits<T, EmptyContext>::value, [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 39 struct EmptyContext {}; struct 305 template <class T> struct has_MappingTraits<T, EmptyContext> { 333 template <class T> struct has_MappingValidateTraits<T, EmptyContext> { 570 EmptyContext Context; 610 EmptyContext Ctx; 619 EmptyContext Ctx; 625 EmptyContext Ctx; 716 template <typename T> void doMapping(IO &io, T &Val, EmptyContext &Ctx) { 724 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) { 732 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) { [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | AuthContextTest.cs | 30 public void EmptyContext() in EmptyContext() method in Grpc.Core.Tests.AuthContextTest
|
/external/grpc-grpc/test/cpp/common/ |
D | secure_auth_context_test.cc | 35 TEST_F(SecureAuthContextTest, EmptyContext) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 284 yaml::EmptyContext Ctx; in parseMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 2531 llvm::yaml::EmptyContext Ctx; in TestEscaped()
|