Searched refs:first_call_ (Results 1 – 3 of 3) sorted by relevance
206 first_call_(true) {} in ForeverIterator()223 if (first_call_ && *end_of_sequence) { in GetNextInternal()231 first_call_ = false; in GetNextInternal()236 first_call_ = true; in GetNextInternal()250 if (!first_call_) in SaveInternal()263 first_call_ = true; in RestoreInternal()268 first_call_ = false; in RestoreInternal()276 bool first_call_ GUARDED_BY(mu_);
25 first_call_ = true; in Reset()67 if (first_call_) { in Generate()91 if (first_call_) { in Generate()135 first_call_ = false; in Generate()
38 first_call_(true), in ComfortNoise()64 bool first_call_; variable