Searched defs:cJSONPtr (Results 1 – 2 of 2) sorted by relevance
41 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
33 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; typedef in Updater::LayoutParser::Impl