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