Searched refs:inputTypeCfg (Results 1 – 3 of 3) sorted by relevance
44 InputTypeCfg inputTypeCfg; in ParseInputType() local45 auto ret = inputTypeCfg.Unmarshall(content); in ParseInputType()46 inputType = inputTypeCfg.inputType; in ParseInputType()
281 InputTypeCfg inputTypeCfg; variable282 auto ret = inputTypeCfg.Unmarshall(INPUT_SYS_CGF);284 auto inputType = inputTypeCfg.inputType;
113 for (auto &inputTypeCfg: inputTypeCfgs) { in CheckTypesRelation() local114 typeIds.push_back(inputTypeCfg.typeId); in CheckTypesRelation()