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