Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
DRubyTest.java42 options.setExplicitStart(true); in testEmitNoTags()
59 options.setExplicitStart(true); in testEmitWithTags()
83 options.setExplicitStart(true); in testEmitWithTags2WithoutTagForParentJavabean()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithNullValuesTest.java77 options.setExplicitStart(true); in testNullStringAndBoolean()
102 options.setExplicitStart(true); in testNoRootTag()
133 options.setExplicitStart(true); in dumpJavaBeanWithNullValues()
DDumperOptionsTest.java261 options.setExplicitStart(true);
/external/snakeyaml/src/test/java/examples/
DDumpExampleTest.java61 options.setExplicitStart(true); in testDumpMany()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java342 public void setExplicitStart(boolean explicitStart) { in setExplicitStart() method in DumperOptions