/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
D | TestGenericListSerialization.java | 35 public static class Child1 extends Parent { class in TestGenericListSerialization 54 embedded.add(new Child1()); in testSubTypesFor356() 70 assertTrue(deserializedContent.get(0) instanceof Child1); in testSubTypesFor356() local 73 assertFalse(deserializedContent.get(1) instanceof Child1); in testSubTypesFor356() local 75 assertEquals("PARENT", ((Child1) deserializedContent.get(0)).parentContent); in testSubTypesFor356() 77 assertEquals("CHILD1", ((Child1) deserializedContent.get(0)).childContent1); in testSubTypesFor356()
|
D | PolymorphicDeserErrorHandlingTest.java | 22 @JsonSubTypes.Type(value = Child1.class, name = "child1"), 28 static class Child1 extends Parent2668 { class in PolymorphicDeserErrorHandlingTest 59 /*Child1 c =*/ MAPPER.readValue(json, Child1.class); // Deserializing into Child1 in testSubType2668()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | TestObjectIdWithInjectables639.java | 15 public Child1 child; 21 public static final class Child1 { class in TestObjectIdWithInjectables639 27 public Child1(@JsonProperty("parent") Parent1 parent) { in Child1() method in TestObjectIdWithInjectables639.Child1 70 Child1 child1 = new Child1(parent1); in testObjectIdWithInjectables()
|
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
D | class-template-partial-spec2.cpp | 67 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; } argument 79 One::Child1<int, float> Z1;
|
D | class-template-partial-spec1.cpp | 76 struct Child1: public Two::Three::Parent<unsigned> { struct 81 struct Child1<T, One::Two::Three::Parent<T>> { struct 87 One::Child1<int, double> Z0Source; argument
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | Parent1.java | 20 private Child1 child; 30 public Child1 getChild() { in getChild() 34 public void setChild(Child1 child) { in setChild()
|
D | Child1.java | 18 public class Child1 { class 21 public Child1(Integer code) { in Child1() method in Child1
|
D | BeanConstructorTest.java | 199 Child1 child = parent.getChild(); in testScalarContructor()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TypeHierarchyTests.cpp | 144 const CXXRecordDecl *Child1 = in TEST() local 150 EXPECT_THAT(typeParents(Child1), ElementsAre(Parent)); in TEST() 151 EXPECT_THAT(typeParents(Child2), ElementsAre(Child1)); in TEST() 253 const CXXRecordDecl *Child1 = in TEST() local 258 EXPECT_THAT(typeParents(Child1), ElementsAre(ImplicitSpecOf(Parent))); in TEST() 307 const CXXRecordDecl *Child1 = in TEST() local 315 EXPECT_THAT(typeParents(Child1), ElementsAre(Parent)); in TEST() 674 SymbolID Child1 = findSymbolIDByName(Index.get(), "Child1"); in TEST() local 677 EXPECT_THAT(collectSubtypes(Parent, Index.get()), ElementsAre(Child1)); in TEST()
|
D | DexTests.cpp | 715 auto Child1 = symbol("Child1"); in TEST() local 718 std::vector<Symbol> Symbols{Parent, Child1, Child2}; in TEST() 720 std::vector<Relation> Relations{{Parent.ID, RelationKind::BaseOf, Child1.ID}, in TEST() 732 EXPECT_THAT(Results, UnorderedElementsAre(Child1.ID, Child2.ID)); in TEST()
|
/external/testng/src/test/java/test/triangle/ |
D | Child1.java | 10 public class Child1 extends Base { class
|
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/ |
D | test.cpp | 10 static_assert(sizeof(One::Child1<double, One::Two::Three::Parent<double>>::member) == sizeof(double…
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | type-hierarchy.test | 4 …d":"cpp","version":1,"text":"struct Parent {};\nstruct Child1 : Parent {};\nstruct Child2 : Child1… 45 # CHECK-NEXT: "name": "Child1",
|
D | implementations.test | 4 …"cpp","version":1,"text":"struct Parent { virtual void Foo(); };\nstruct Child1 : Parent { void Fo…
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 288 Optional<TypeSourceInfo *> Child1 = std::get<0>(Pair); in IsStmtEquivalent() local 291 if (!Child1 || !Child2) in IsStmtEquivalent() 294 if (!IsStructurallyEquivalent(Context, (*Child1)->getType(), in IsStmtEquivalent() 378 Optional<const Stmt *> Child1 = std::get<0>(Pair); in IsStructurallyEquivalent() local 382 if (!Child1 || !Child2) in IsStructurallyEquivalent() 384 if (!IsStructurallyEquivalent(Context, *Child1, *Child2)) in IsStructurallyEquivalent()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 4137 Child1, Child2: IANTLRInterface; 4156 Child1 := Adaptor.GetChild(T1, I); 4158 if (not _Equals(Child1, Child2, Adaptor)) then 4191 Child1: IANTLRInterface; 4219 Child1 := FAdaptor.GetChild(T1, I); 4221 if (not _Parse(Child1, Child2, Labels)) then
|