| 187 | } |
| 188 | bool Contains(Page* page) { return list_.Contains(page); } |
| 189 | Page* tail() { return list_.tail(); } |
| 190 | bool empty() const { return list_.empty(); } |
| 191 | int size() const { return list_.size(); } |
| 192 | int64_t bytes() const { return bytes_; } |
no outgoing calls
no test coverage detected