Searched refs:JsonScope (Results 1 – 5 of 5) sorted by relevance
125 private final List<JsonScope> stack = new ArrayList<JsonScope>();127 stack.add(JsonScope.EMPTY_DOCUMENT);203 return open(JsonScope.EMPTY_ARRAY, "["); in beginArray()212 return close(JsonScope.EMPTY_ARRAY, JsonScope.NONEMPTY_ARRAY, "]"); in endArray()222 return open(JsonScope.EMPTY_OBJECT, "{"); in beginObject()231 return close(JsonScope.EMPTY_OBJECT, JsonScope.NONEMPTY_OBJECT, "}"); in endObject()238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open()249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()251 JsonScope context = peek(); in close()267 private JsonScope peek() { in peek()[all …]
207 private final List<JsonScope> stack = new ArrayList<JsonScope>();209 push(JsonScope.EMPTY_DOCUMENT);335 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in peek()539 stack.add(JsonScope.CLOSED); in close()568 private JsonScope peekStack() { in peekStack()572 private JsonScope pop() { in pop()576 private void push(JsonScope newTop) { in push()583 private void replaceTop(JsonScope newTop) { in replaceTop()589 replaceTop(JsonScope.NONEMPTY_ARRAY); in nextInArray()670 replaceTop(JsonScope.DANGLING_NAME); in nextInObject()[all …]
22 enum JsonScope { enum
6512 android.util.JsonScope
46817 Landroid/util/JsonScope;