Searched defs:jsonArray (Results 1 – 11 of 11) sorted by relevance
135 JsonArray jsonArray = new JsonArray(); in testFailedGetArrayValues() local200 JsonArray jsonArray = new JsonArray(); in testGetAs_WrongArraySize() local220 JsonArray jsonArray = new JsonArray(); in testStringPrimitiveAddition() local233 JsonArray jsonArray = new JsonArray(); in testIntegerPrimitiveAddition() local257 JsonArray jsonArray = new JsonArray(); in testDoublePrimitiveAddition() local280 JsonArray jsonArray = new JsonArray(); in testBooleanPrimitiveAddition() local294 JsonArray jsonArray = new JsonArray(); in testCharPrimitiveAddition() local309 JsonArray jsonArray = new JsonArray(); in testMixedPrimitiveAddition() local330 JsonArray jsonArray = new JsonArray(); in testNullPrimitiveAddition() local351 JsonArray jsonArray = new JsonArray(); in testNullJsonElementAddition() local[all …]
49 JsonArray jsonArray = new JsonArray(); in testSkipValue_filledJsonObject() local
405 json_object *jsonArray = json_object_new_array(); in Fapi_NvExtend_Finish() local
33 public Builder(final List<Object> jsonArray) { in Builder()
68 public static JsonArray jsonArray(JsonElement... elements) { in jsonArray() method in JsonParserTest
242 public val JsonElement.jsonArray: JsonArray constant
108 val jsonArray: List<JsonElement> = JsonArray(listOf(JsonPrimitive(3), JsonPrimitive(4))) in testThatJsonArraysCompareWithLists() constant
184 JSONArray jsonArray = new JSONArray(roomListJson); in onResume() local
749 void *jsonArray = nullptr; in UbusParentHandlerDetail() local1217 void *jsonArray = nullptr; in UbusGetInformation() local1335 void *jsonArray = nullptr; in HandleDiagnosticGetResponse() local
539 JsonArray jsonArray = new JsonArray(); in testGsonFromJsonTypeToken() local
391 private List<Integer> jsonArrayToIntegerList(JSONArray jsonArray) throws JSONException { in jsonArrayToIntegerList()