Searched refs:max_requested_bound_ (Results 1 – 1 of 1) sorted by relevance
66 size_t max_requested_bound() const { return max_requested_bound_; } in max_requested_bound()70 max_requested_bound_ = 0; in ClearRequestedSegments()117 max_requested_bound_ = std::max(max_requested_bound_, offset + size); in AddSegmentImpl()152 size_t max_requested_bound_ = 0; member in __anondedca7440111::TestAsyncLoader