Home
last modified time | relevance | path

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

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DTestBean1.java32 private boolean booleanPrimitive; field in TestBean1
133 return booleanPrimitive; in isBooleanPrimitive()
136 public void setBooleanPrimitive(boolean booleanPrimitive) { in setBooleanPrimitive() argument
137 this.booleanPrimitive = booleanPrimitive; in setBooleanPrimitive()
/aosp_15_r20/external/snakeyaml/src/test/resources/constructor/
H A Dtest-primitives1.yaml13 booleanPrimitive: on