| 141 | } |
| 142 | |
| 143 | void testUuid(apache::thrift::TUuid& _return, const apache::thrift::TUuid& thing) override { |
| 144 | printf("testUuid(\"{%s}\")\n", to_string(thing).c_str()); |
| 145 | _return = thing; |
| 146 | } |
| 147 | |
| 148 | void testStruct(Xtruct& out, const Xtruct& thing) override { |
| 149 | printf("testStruct({\"%s\", %d, %d, %" PRId64 "})\n", |