Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
DNewlineDelimitedJsonWriter.java176 replaceTop(JsonScope.NONEMPTY_ARRAY); in beforeValue()
180 case NONEMPTY_ARRAY: // another in array in beforeValue()
DJsonWriter.java192 return close(JsonScope.EMPTY_ARRAY, JsonScope.NONEMPTY_ARRAY, "]"); in endArray()
450 replaceTop(JsonScope.NONEMPTY_ARRAY); in beforeValue()
454 case NONEMPTY_ARRAY: // another in array in beforeValue()
DJsonScope.java34 NONEMPTY_ARRAY, enumConstant
DJsonReader.java321 case NONEMPTY_ARRAY: in peek()
555 replaceTop(JsonScope.NONEMPTY_ARRAY); in nextInArray()