| 363 | } |
| 364 | |
| 365 | bool MatchPath(const string& path, const string& pattern) override { |
| 366 | return target_->MatchPath(path, pattern); |
| 367 | } |
| 368 | |
| 369 | uint64 NowMicros() const override { return target_->NowMicros(); } |
| 370 | void SleepForMicroseconds(int64 micros) override { |
no outgoing calls
no test coverage detected