Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java249 private void replaceTop(JsonScope topOfStack) { in replaceTop() method in JsonWriter
428 replaceTop(JsonScope.DANGLING_NAME); in beforeName()
446 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in beforeValue()
450 replaceTop(JsonScope.NONEMPTY_ARRAY); in beforeValue()
461 replaceTop(JsonScope.NONEMPTY_OBJECT); in beforeValue()
DJsonReader.java312 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in peek()
549 private void replaceTop(JsonScope newTop) { in replaceTop() method in JsonReader
555 replaceTop(JsonScope.NONEMPTY_ARRAY); in nextInArray()
636 replaceTop(JsonScope.DANGLING_NAME); in nextInObject()
658 replaceTop(JsonScope.NONEMPTY_OBJECT); in objectValue()