Lines Matching refs:matches_
405 matches_.push_back(match); in ExpectMethodCall()
406 DBusMatch &ref = matches_.back(); in ExpectMethodCall()
418 matches_.push_back(match); in CreateSignal()
419 DBusMatch &ref = matches_.back(); in CreateSignal()
430 matches_.push_back(match); in CreateMessageCall()
431 DBusMatch &ref = matches_.back(); in CreateMessageCall()
441 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in WaitForMatches()
442 it != matches_.end(); ++it) { in WaitForMatches()
459 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in WaitForMatches()
460 it != matches_.end(); ++it) { in WaitForMatches()
474 matches_.erase(matches_.begin(), matches_.end()); in WaitForMatches()
667 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in HandleMessage()
668 it != matches_.end(); ++it) { in HandleMessage()