Searched refs:mWholeParams (Results 1 – 2 of 2) sorted by relevance
203 std::map<std::string, C2Param::CoreIndex> mWholeParams; variable
216 auto it = mWholeParams.find(paramName); in addParamDesc()217 if (it != mWholeParams.end() && it->second.coreIndex() == desc->index().coreIndex()) { in addParamDesc()227 mWholeParams.emplace(name, index); in supportWholeParam()