Searched refs:cJSONPtr (Results 1 – 3 of 3) sorted by relevance
32 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; typedef in Updater::LayoutParser::Impl
40 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
110 cJSONPtr root(cJSON_Parse(content.c_str()), cJSON_Delete); in ParsePtableData()