| 449 | } |
| 450 | |
| 451 | void testBinary(std::function<void(std::string const& _return)> cob, |
| 452 | const std::string& thing) override { |
| 453 | std::string res; |
| 454 | _delegate->testBinary(res, thing); |
| 455 | cob(res); |
| 456 | } |
| 457 | |
| 458 | void testUuid(::std::function<void(apache::thrift::TUuid const& _return)> cob, const apache::thrift::TUuid& thing) override { |
| 459 | TUuid res; |
nothing calls this directly
no test coverage detected