Searched refs:JSON_KEY_VERSION_CODE (Results 1 – 3 of 3) sorted by relevance
30 const char* JSON_KEY_VERSION_CODE = "versionCode"; variable106 jsonObject[JSON_KEY_VERSION_CODE] = versionCode; in ToString()147 JSON_KEY_VERSION_CODE, in FromJsonString()
70 const char* JSON_KEY_VERSION_CODE = "versionCode"; variable369 {JSON_KEY_VERSION_CODE, formInfo.versionCode}, in to_json()718 JSON_KEY_VERSION_CODE, in from_json()
29 const std::string JSON_KEY_VERSION_CODE = "versionCode"; variable287 jsonObject[JSON_KEY_VERSION_CODE] = versionCode; in ToString()315 GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_VERSION_CODE, versionCode, in FromJsonString()