| 530 | } |
| 531 | |
| 532 | void testMulti(std::function<void(Xtruct const& _return)> cob, |
| 533 | const int8_t arg0, |
| 534 | const int32_t arg1, |
| 535 | const int64_t arg2, |
| 536 | const std::map<int16_t, std::string>& arg3, |
| 537 | const Numberz::type arg4, |
| 538 | const UserId arg5) override { |
| 539 | Xtruct res; |
| 540 | _delegate->testMulti(res, arg0, arg1, arg2, arg3, arg4, arg5); |
| 541 | cob(res); |
| 542 | } |
| 543 | |
| 544 | void testException( |
| 545 | std::function<void()> cob, |