Searched defs:once_ (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc652 EXPECT_FALSE(once_); variable
660 CHECK(once_);
661 once_ = false;
667 bool once_; member in class:chromeos_update_engine::__anon2554::AbortingHttpFetcherTestDelegate
674 if (delegate->once_) {
689 delegate.once_ = true;
705 CHECK(!delegate.once_);

Completed in 234 milliseconds