Searched refs:cJSONPtr (Results 1 – 4 of 4) sorted by relevance
57 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable125 cJSONPtr root(cJSON_Parse(buffer.data()), cJSON_Delete); in ParseJsonFile()
33 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; typedef in Updater::LayoutParser::Impl
41 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
116 cJSONPtr root(cJSON_Parse(content.c_str()), cJSON_Delete); in ParsePtableData()