Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java211 return close(JsonScope.EMPTY_OBJECT, JsonScope.NONEMPTY_OBJECT, "}"); in endObject()
423 if (context == JsonScope.NONEMPTY_OBJECT) { // first in object in beforeName()
461 replaceTop(JsonScope.NONEMPTY_OBJECT); in beforeValue()
DJsonScope.java52 NONEMPTY_OBJECT, enumConstant
DNewlineDelimitedJsonWriter.java187 replaceTop(JsonScope.NONEMPTY_OBJECT); in beforeValue()
DJsonReader.java327 case NONEMPTY_OBJECT: in peek()
658 replaceTop(JsonScope.NONEMPTY_OBJECT); in objectValue()