Searched refs:extrasType (Results 1 – 2 of 2) sorted by relevance
476 Json::Value extrasType; in ParseToJsonStr() local481 extrasType[it.first] = typeId; in ParseToJsonStr()490 root["parametersType"] = extrasType; in ParseToJsonStr()594 Json::Value extrasType = value["parametersType"]; in ParseParametersFromJsonStr() local599 if (extrasType[key].isInt()) { in ParseParametersFromJsonStr()600 typeId = extrasType[key].asInt(); in ParseParametersFromJsonStr()
470 Json::Value extrasType; variable471 extrasType["key1"] = 9;472 extrasType["key2"] = -1;473 root["parametersType"] = extrasType;