| 345 | } |
| 346 | |
| 347 | inline void HashTable::Iterator::SetAtEnd() { |
| 348 | bucket_idx_ = BUCKET_NOT_FOUND; |
| 349 | node_ = NULL; |
| 350 | } |
| 351 | |
| 352 | template <const bool READ> |
| 353 | inline void HashTable::Iterator::PrefetchBucket() { |
no outgoing calls
no test coverage detected