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