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

/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc609 EXPECT_FALSE(once_); variable
617 CHECK(once_);
618 once_ = false;
624 bool once_; member in class:chromeos_update_engine::__anon1981::AbortingHttpFetcherTestDelegate
631 if (delegate->once_) {
646 delegate.once_ = true;
662 CHECK(!delegate.once_);

Completed in 39 milliseconds