Home
last modified time | relevance | path

Searched defs:Child1 (Results 1 – 10 of 10) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DChild1.java18 public class Child1 { class
21 public Child1(Integer code) { in Child1() method in Child1
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestGenericListSerialization.java35 public static class Child1 extends Parent { class in TestGenericListSerialization
70 assertTrue(deserializedContent.get(0) instanceof Child1); in testSubTypesFor356() local
73 assertFalse(deserializedContent.get(1) instanceof Child1); in testSubTypesFor356() local
DPolymorphicDeserErrorHandlingTest.java28 static class Child1 extends Parent2668 { class in PolymorphicDeserErrorHandlingTest
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
Dclass-template-partial-spec2.cpp67 struct Child1: public Two::Three::Parent<unsigned> { struct
72 struct Child1<T, One::Two::Three::Parent<T>> { struct
78 namespace Dst { One::Child1<double, One::Two::Three::Parent<double>> Z0Dst; }
Dclass-template-partial-spec1.cpp76 struct Child1: public Two::Three::Parent<unsigned> { struct
81 struct Child1<T, One::Two::Three::Parent<T>> { struct
87 One::Child1<int, double> Z0Source;
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DTestObjectIdWithInjectables639.java21 public static final class Child1 { class in TestObjectIdWithInjectables639
27 public Child1(@JsonProperty("parent") Parent1 parent) { in Child1() method in TestObjectIdWithInjectables639.Child1
/external/testng/src/test/java/test/triangle/
DChild1.java10 public class Child1 extends Base { class
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTypeHierarchyTests.cpp144 const CXXRecordDecl *Child1 = in TEST() local
253 const CXXRecordDecl *Child1 = in TEST() local
307 const CXXRecordDecl *Child1 = in TEST() local
674 SymbolID Child1 = findSymbolIDByName(Index.get(), "Child1"); in TEST() local
DDexTests.cpp715 auto Child1 = symbol("Child1"); in TEST() local
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp288 Optional<TypeSourceInfo *> Child1 = std::get<0>(Pair); in IsStmtEquivalent() local
378 Optional<const Stmt *> Child1 = std::get<0>(Pair); in IsStructurallyEquivalent() local