| 209 | } |
| 210 | |
| 211 | static HostEvent *AsHostEvent(Event *event) { |
| 212 | DCHECK(event != nullptr); |
| 213 | return static_cast<HostEvent *>(event->implementation()); |
| 214 | } |
| 215 | |
| 216 | port::Status HostExecutor::AllocateEvent(Event * /*event*/) { |
| 217 | return port::Status::OK(); |
no test coverage detected