Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
DTestSymbolTables.java50 … ByteQuadsCanonicalizer.createRoot(SEED).makeChild(JsonFactory.Feature.collectDefaults()); in testSyntheticWithBytesNew()
82 symbolsCRoot.makeChild(JsonFactory.Feature.collectDefaults()); in testThousandsOfSymbolsWithChars()
116 symbolsB = symbolsBRoot.makeChild(JsonFactory.Feature.collectDefaults()); in testThousandsOfSymbolsWithNew()
212 … ByteQuadsCanonicalizer.createRoot(1).makeChild(JsonFactory.Feature.collectDefaults()); in testCollisionsWithBytesNew187a()
239 … ByteQuadsCanonicalizer.createRoot(1).makeChild(JsonFactory.Feature.collectDefaults()); in testCollisionsWithBytesNew187b()
322 … ByteQuadsCanonicalizer.createRoot(123).makeChild(JsonFactory.Feature.collectDefaults()); in testShortQuotedDirectBytes()
363 … ByteQuadsCanonicalizer.createRoot(333).makeChild(JsonFactory.Feature.collectDefaults()); in testShortNameCollisionsDirectNew()
389 … ByteQuadsCanonicalizer.createRoot(3).makeChild(JsonFactory.Feature.collectDefaults()); in testLongSymbols17Bytes()
DTestByteBasedSymbols.java84 .makeChild(JsonFactory.Feature.collectDefaults()); in testAuxMethodsWithNewSymboTable()
129 ByteQuadsCanonicalizer canon = root.makeChild(JsonFactory.Feature.collectDefaults()); in testQuadsIssue548()
161 canon = root.makeChild(JsonFactory.Feature.collectDefaults()); in testQuadsIssue548()
DTestSymbolsWithMediaItem.java40 … ByteQuadsCanonicalizer symbols = symbolsRoot.makeChild(JsonFactory.Feature.collectDefaults()); in testSmallSymbolSetWithBytes()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DTSFBuilder.java26 … protected final static int DEFAULT_FACTORY_FEATURE_FLAGS = JsonFactory.Feature.collectDefaults();
32 protected final static int DEFAULT_PARSER_FEATURE_FLAGS = JsonParser.Feature.collectDefaults();
38 …otected final static int DEFAULT_GENERATOR_FEATURE_FLAGS = JsonGenerator.Feature.collectDefaults();
DStreamReadFeature.java120 public static int collectDefaults() in collectDefaults() method in StreamReadFeature
DStreamWriteFeature.java139 public static int collectDefaults() in collectDefaults() method in StreamWriteFeature
DJsonFactory.java137 public static int collectDefaults() { in collectDefaults() method in JsonFactory.Feature
170 … protected final static int DEFAULT_FACTORY_FEATURE_FLAGS = JsonFactory.Feature.collectDefaults();
176 protected final static int DEFAULT_PARSER_FEATURE_FLAGS = JsonParser.Feature.collectDefaults();
182 …otected final static int DEFAULT_GENERATOR_FEATURE_FLAGS = JsonGenerator.Feature.collectDefaults();
DJsonParser.java341 public static int collectDefaults() in collectDefaults() method in JsonParser.Feature
DJsonGenerator.java252 public static int collectDefaults() in collectDefaults() method in JsonGenerator.Feature
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DJsonWriteFeature.java112 public static int collectDefaults() in collectDefaults() method in JsonWriteFeature
DJsonReadFeature.java200 public static int collectDefaults() in collectDefaults() method in JsonReadFeature
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java33 protected final static int DEFAULT_GENERATOR_FEATURES = JsonGenerator.Feature.collectDefaults();