| 383 | } |
| 384 | virtual void Release(int amt) {} |
| 385 | void Unlock() { gate_.MarkFinished(); } |
| 386 | int Capacity() { return std::numeric_limits<int>::max(); } |
| 387 | virtual void Pause() { FAIL() << "Should not get here."; } |
| 388 | virtual void Resume() { FAIL() << "Should not get here."; } |
no test coverage detected