Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
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()