Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DJsonReader.cpp364 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Add() local
365 if (jsonObject == nullptr) { in Add()
368 cJSON_AddItemToObject(jsonPtr, key, jsonObject); in Add()
432 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Add() local
433 if (jsonObject == nullptr) { in Add()
436 cJSON_AddItemToArray(jsonPtr, jsonObject); in Add()
508 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Replace() local
509 if (jsonObject == nullptr) { in Replace()
513 if (!cJSON_ReplaceItemInObjectCaseSensitive(jsonPtr, key, jsonObject)) { in Replace()
514 cJSON_Delete(jsonObject); in Replace()
588 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); Replace() local
[all...]

Completed in 2 milliseconds