Searched refs:reps_ (Results 1 – 1 of 1) sorted by relevance
20 reps_(reps) {} in Signature()27 return reps_[return_count_ + index]; in GetParam()32 return reps_[index];41 if (this->reps_[i] != that->reps_[i]) return false; in Equals()85 const T* reps_; variable