Home
last modified time | relevance | path

Searched defs:treasure (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/test/java/examples/
DDiceExampleTest.java99 Map<String, Dice> treasure = new HashMap<String, Dice>(); in testImplicitResolver() local
116 Map<String, Dice> treasure = new HashMap<String, Dice>(); in testImplicitResolverWithNull() local
127 public Dice treasure; field in DiceExampleTest.DiceBean
/external/flatbuffers/samples/
DSampleBinary.kt48 val treasure = byteArrayOf(0, 1, 2, 3, 4, 5, 6, 7, 8, 9) in main() constant