| 496 | } // namespace schan |
| 497 | |
| 498 | const Controller* GetSubControllerOfSelectiveChannel( |
| 499 | const RPCSender* sender, int index) { |
| 500 | return static_cast<const schan::Sender*>(sender)->SubController(index); |
| 501 | } |
| 502 | |
| 503 | static void PassSerializeRequest(butil::IOBuf*, Controller*, |
| 504 | const google::protobuf::Message*) { |
no test coverage detected