Home
last modified time | relevance | path

Searched refs:innerArray (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Djson_parser_test.cpp68 auto &innerArray = *mainArray[1U].Get<JsonObject::ArrayT>(); in TEST() local
70 ASSERT_NE(innerArray[0U].Get<JsonObject::StringT>(), nullptr); in TEST()
71 ASSERT_EQ(*innerArray[0U].Get<JsonObject::StringT>(), "elem1.0"); in TEST()
73 ASSERT_NE(innerArray[1U].Get<JsonObject::StringT>(), nullptr); in TEST()
74 ASSERT_EQ(*innerArray[1U].Get<JsonObject::StringT>(), "elem1.1"); in TEST()
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
H A Dprof_convert_json.h155 cJSON* innerArray = cJSON_CreateArray(); in HandleNestedMapVector() local
156 if (innerArray == nullptr) { in HandleNestedMapVector()
164 cJSON_AddItemToArray(innerArray, mapObject); in HandleNestedMapVector()
166 cJSON_AddItemToArray(innerInnerArray, innerArray); in HandleNestedMapVector()

Completed in 1 milliseconds