Home | History | Annotate | Download | only in src

Lines Matching defs:index_

2762   explicit HParameter(unsigned index) : index_(index) {
2766 unsigned index() const { return index_; }
2777 unsigned index_;