Searched defs:ParamIterator (Results 1 – 2 of 2) sorted by relevance
367 class ParamIterator { class372 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anonbcd55a340111::ParamIterator
136 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function164 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function