Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java127 protected boolean _hasNativeId = false; field in TokenBuffer
1008 _hasNativeId = true; in writeTypeId()
1014 _hasNativeId = true; in writeObjectId()
1257 _hasNativeId = true; in _checkNativeIds()
1260 _hasNativeId = true; in _checkNativeIds()
1315 if (_hasNativeId) { in _appendValue()
1338 if (_hasNativeId) { in _appendValue()
1361 if (_hasNativeId) { in _appendFieldName()
1382 if (_hasNativeId) { in _appendStartMarker()