Home
last modified time | relevance | path

Searched full:human_witharrayofchildren (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
H A DHuman_WithArrayOfChildrenTest.java25 public static class Human_WithArrayOfChildren extends AbstractHuman { class in Human_WithArrayOfChildrenTest
27 private Human_WithArrayOfChildren father;
28 private Human_WithArrayOfChildren mother;
29 private Human_WithArrayOfChildren partner;
30 private Human_WithArrayOfChildren bankAccountOwner;
31 protected Human_WithArrayOfChildren[] children;
33 public Human_WithArrayOfChildren() { in Human_WithArrayOfChildren() method in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
34 children = new Human_WithArrayOfChildren[0]; in Human_WithArrayOfChildren()
37 public Human_WithArrayOfChildren getFather() { in getFather()
41 public void setFather(Human_WithArrayOfChildren father) { in setFather()
[all …]
/aosp_15_r20/external/snakeyaml/src/test/resources/recursive/
H A Dwith-childrenArray.yaml1 &id002 !!org.yaml.snakeyaml.recursive.Human_WithArrayOfChildrenTest$Human_WithArrayOfChildren