Lines Matching refs:C2Param
98 C2Param::Index(T::PARAM_TYPE), attrib, name.c_str()),
139 void supportWholeParam(std::string name, C2Param::CoreIndex coreIndex);
144 std::string getParamName(C2Param::Index index) const;
156 std::vector<C2Param::Index> *vec /* nonnull */) const;
166 std::vector<C2Param::Index> *vec /* nonnull */) const;
175 const C2Param::Index &index,
194 std::vector<std::unique_ptr<C2Param>> *vec /* nonnull */) const;
203 const std::vector<C2Param*> ¶ms /* nonnull */) const;
206 const std::vector<std::unique_ptr<C2Param>> ¶ms /* nonnull */) const;
220 std::map<C2Param::Index, std::string> mParamNames;
221 std::map<std::string, C2Param::CoreIndex> mWholeParams;