Searched defs:cJSONPtr (Results 1 – 3 of 3) sorted by relevance
41 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
57 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