Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DStreamWriteFeature.java59 FLUSH_PASSED_TO_STREAM(JsonGenerator.Feature.FLUSH_PASSED_TO_STREAM), enumConstant
DJsonGenerator.java105 FLUSH_PASSED_TO_STREAM(true), enumConstant
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DGeneratorCloseTest.java132 assertTrue(f.isEnabled(StreamWriteFeature.FLUSH_PASSED_TO_STREAM)); in testAutoFlushOrNot()
155 .disable(StreamWriteFeature.FLUSH_PASSED_TO_STREAM) in testAutoFlushOrNot()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DObjectMapperTest.java87 .disable(StreamWriteFeature.FLUSH_PASSED_TO_STREAM) in testGeneratorFeatures()
90 assertFalse(mapper.isEnabled(StreamWriteFeature.FLUSH_PASSED_TO_STREAM)); in testGeneratorFeatures()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DWriterBasedJsonGenerator.java972 if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in flush()
1013 } else if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in close()
DUTF8JsonGenerator.java1190 if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in flush()
1230 } else if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in close()