| 454 | } |
| 455 | |
| 456 | const Controller* GetSubControllerOfParallelChannel( |
| 457 | const google::protobuf::Closure* c, int i) { |
| 458 | const ParallelChannelDone* d = static_cast<const ParallelChannelDone*>(c); |
| 459 | return d->sub_channel_controller(i); |
| 460 | } |
| 461 | |
| 462 | int ParallelChannel::Init(const ParallelChannelOptions* options) { |
| 463 | if (options != NULL) { |
no test coverage detected