Searched refs:keyJson (Results 1 – 2 of 2) sorted by relevance
626 cJSON *keyJson = cJSON_GetArrayItem(excludeKeys, i); in ParseExcludeKeys() local627 if (!cJSON_IsObject(keyJson)) { in ParseExcludeKeys()630 if (!ConvertToExcludeKey(keyJson, exKey)) { in ParseExcludeKeys()
256 const Json::Value keyJson = root[key]; in GetChoiceFromJson() local257 if (!keyJson.isNull()) { in GetChoiceFromJson()258 value = keyJson.asString(); in GetChoiceFromJson()