Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DJsonReader.cpp114 const cJSON* Value::GetJsonPtr() const in GetJsonPtr() function in Json2::Value
364 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Add()
432 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Add()
508 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Replace()
588 cJSON* jsonObject = cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true); in Replace()
675 return Json2::Value(cJSON_Duplicate(const_cast<cJSON*>(value.GetJsonPtr()), true)); in DepthCopy()
H A DJsonReader.h46 const cJSON* GetJsonPtr() const;

Completed in 2 milliseconds