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