Home
last modified time | relevance | path

Searched refs:ExpectBlockMappingKey (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
DEmitter.java611 new ExpectBlockMappingKey(true).expect(); in expect()
615 private class ExpectBlockMappingKey implements EmitterState { class in Emitter
618 public ExpectBlockMappingKey(boolean first) { in ExpectBlockMappingKey() method in Emitter.ExpectBlockMappingKey
643 states.push(new ExpectBlockMappingKey(false)); in expect()
652 states.push(new ExpectBlockMappingKey(false)); in expect()