Lines Matching refs:Index

75     void addDownDependency(C2Param::Index index) {  in addDownDependency()
142 const std::vector<C2Param::Index> getDownDependencies() const { in getDownDependencies()
146 C2Param::Index index() const { in index()
169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
248 std::vector<C2Param::Index> mDependencies;
250 … std::vector<C2Param::Index> mDownDependencies; // TODO: this does not work for stream dependencies
264 void C2InterfaceHelper::ParamHelper::addDownDependency(C2Param::Index index) { in addDownDependency()
292 const std::vector<C2Param::Index> C2InterfaceHelper::ParamHelper::getDownDependencies() const { in getDownDependencies()
296 C2Param::Index C2InterfaceHelper::ParamHelper::index() const { in index()
317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
356 C2ParamField C2InterfaceHelper::FieldHelper::makeParamField(C2Param::Index index) const { in makeParamField()
428 C2InterfaceHelper::Field<T>::Field(std::shared_ptr<FieldHelper> helper, C2Param::Index index) in Field()
478 std::shared_ptr<ParamHelper> getParam(C2Param::Index ix) const { in getParam()
490 std::shared_ptr<C2Param> getParamValue(C2Param::Index ix) const { in getParamValue()
506 size_t getDependencyIndex(C2Param::Index ix) { in getDependencyIndex()
515 std::map<C2Param::Index, std::shared_ptr<ParamHelper>> _mIndexToHelper;
517 std::map<C2Param::Index, size_t> _mDependencyIndex;
603 std::map<size_t, std::pair<C2Param::Index, bool>> dependencies; in config()
609 C2Param::Index paramIx = 0u; in config()
648 C2Param::Index ix = min->second.first; in config()
694 for (const C2Param::Index ix : param->getDownDependencies()) { in config()
719 size_t C2InterfaceHelper::getDependencyIndex(C2Param::Index ix) const { in getDependencyIndex()
725 const std::vector<C2Param::Index> &heapParamIndices, in query()
749 for (const C2Param::Index ix : heapParamIndices) { in query()
780 C2Param::Index ix = _C2ParamInspector::GetIndex(query.field()); in querySupportedValues()