Searched refs:FLUSH_PASSED_TO_STREAM (Results 1 – 6 of 6) sorted by relevance
59 FLUSH_PASSED_TO_STREAM(JsonGenerator.Feature.FLUSH_PASSED_TO_STREAM), enumConstant
105 FLUSH_PASSED_TO_STREAM(true), enumConstant
132 assertTrue(f.isEnabled(StreamWriteFeature.FLUSH_PASSED_TO_STREAM)); in testAutoFlushOrNot()155 .disable(StreamWriteFeature.FLUSH_PASSED_TO_STREAM) in testAutoFlushOrNot()
87 .disable(StreamWriteFeature.FLUSH_PASSED_TO_STREAM) in testGeneratorFeatures()90 assertFalse(mapper.isEnabled(StreamWriteFeature.FLUSH_PASSED_TO_STREAM)); in testGeneratorFeatures()
972 if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in flush()1013 } else if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in close()
1190 if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in flush()1230 } else if (isEnabled(Feature.FLUSH_PASSED_TO_STREAM)) { in close()