Home | History | Annotate | Download | only in gtest

Lines Matching refs:current9_

15009           begin9_(g9.begin()), end9_(g9.end()), current9_(current9)    {
15021 ++current9_;
15022 if (current9_ == end9_) {
15023 current9_ = begin9_;
15081 current9_ == typed_other->current9_);
15113 current9_(other.current9_) {
15121 *current9_);
15135 current9_ == end9_;
15170 typename ParamGenerator<T9>::iterator current9_;
15251 begin9_(g9.begin()), end9_(g9.end()), current9_(current9),
15267 ++current9_;
15269 if (current9_ == end9_) {
15270 current9_ = begin9_;
15328 current9_ == typed_other->current9_ &&
15361 current9_(other.current9_),
15372 *current9_, *current10_);
15386 current9_ == end9_ ||
15422 typename ParamGenerator<T9>::iterator current9_;