Searched refs:manual_total_ (Results 1 – 1 of 1) sorted by relevance
1038 manual_total_(0), in MultiQueryManager()1065 manual_total_++; in AddTestQuery()1398 return (manual_complete_count_ == manual_total_); in IsManualComplete()1411 return (manual_total_ != static_cast<int>(test_query_vector_.size())); in HasAutoQueries()1486 if (++received_count_ == total_count && manual_total_ == 0) { in OnReceiveCompleted()1496 EXPECT_LE(manual_complete_count_, manual_total_); in OnQueryCompleted()1501 else if (++manual_complete_count_ == manual_total_) { in OnQueryCompleted()1750 int manual_total_; member in __anon9f8b1c480611::MultiQueryManager