Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DMappingIterator.java33 protected final static int STATE_NEED_RESYNC = 1; field in MappingIterator
237 case STATE_NEED_RESYNC: in hasNextValue()
266 case STATE_NEED_RESYNC: // fall-through, will do re-sync in nextValue()
276 int nextState = STATE_NEED_RESYNC; in nextValue()