Searched refs:id_match (Results 1 – 1 of 1) sorted by relevance
22 auto id_match = in get() local27 auto found = std::find_if(cache_.begin(), cache_.end(), id_match); in get()32 auto id_match = in remove() local37 cache_.erase(std::remove_if(cache_.begin(), cache_.end(), id_match)); in remove()42 auto id_match = [id](const std::shared_ptr<CachedStreamBuffer>& buffer) { in update() local46 auto found = std::find_if(cache_.begin(), cache_.end(), id_match); in update()