Searched refs:replaceTop (Results 1 – 3 of 3) sorted by relevance
274 private void replaceTop(JsonScope topOfStack) { in replaceTop() method in JsonWriter484 replaceTop(JsonScope.DANGLING_NAME); in beforeName()502 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in beforeValue()506 replaceTop(JsonScope.NONEMPTY_ARRAY); in beforeValue()517 replaceTop(JsonScope.NONEMPTY_OBJECT); in beforeValue()
333 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in peek()581 private void replaceTop(JsonScope newTop) { in replaceTop() method in JsonReader587 replaceTop(JsonScope.NONEMPTY_ARRAY); in nextInArray()668 replaceTop(JsonScope.DANGLING_NAME); in nextInObject()690 replaceTop(JsonScope.NONEMPTY_OBJECT); in objectValue()
9189 Lorg/json/JSONStringer;->replaceTop(Lorg/json/JSONStringer$Scope;)V