Searched refs:FetchState (Results 1 – 2 of 2) sorted by relevance
26 if (block->state != FetchState::FINISHED) { in BlockNotStale()122 case FetchState::ERROR: in MaybeFetch()124 case FetchState::CREATED: in MaybeFetch()125 block->state = FetchState::FETCHING; in MaybeFetch()137 block->state = FetchState::FINISHED; in MaybeFetch()139 block->state = FetchState::ERROR; in MaybeFetch()143 case FetchState::FETCHING: in MaybeFetch()145 if (block->state == FetchState::FINISHED) { in MaybeFetch()150 case FetchState::FINISHED: in MaybeFetch()
146 enum class FetchState { enum180 FetchState state GUARDED_BY(mu) = FetchState::CREATED;