| 635 | } |
| 636 | |
| 637 | uint8_t* MutableValue(UniquePendingHandle* handle) override { |
| 638 | return reinterpret_cast<RLHandle*>(handle->get())->mutable_val_ptr(); |
| 639 | } |
| 640 | |
| 641 | size_t Invalidate(const InvalidationControl& ctl) override { |
| 642 | size_t invalidated_count = 0; |