Searched refs:COMP_VER (Results 1 – 2 of 2) sorted by relevance
95 cJSON_AddItemToObject(jsonObject, COMP_VER.c_str(), compVers); in ToJson()136 const cJSON *compVer = cJSON_GetObjectItem(jsonObject, COMP_VER.c_str()); in FromJson()
62 const std::string COMP_VER = "comp_ver"; variable