Lines Matching defs:ret

48         msgpack::unpacked ret;
49 msgpack::unpack(ret, sbuf.data(), sbuf.size());
50 EXPECT_EQ(ret.get().type, msgpack::type::ARRAY);
51 type const& val2 = ret.get().as<type>();
63 msgpack::unpacked ret;
64 msgpack::unpack(ret, sbuf.data(), sbuf.size());
65 EXPECT_EQ(ret.get().type, msgpack::type::ARRAY);
66 type const& val2 = ret.get().as<type>();
80 msgpack::unpacked ret;
81 msgpack::unpack(ret, sbuf.data(), sbuf.size());
82 EXPECT_EQ(ret.get().type, msgpack::type::BIN);
83 type const& val2 = ret.get().as<type>();
95 msgpack::unpacked ret;
96 msgpack::unpack(ret, sbuf.data(), sbuf.size());
97 EXPECT_EQ(ret.get().type, msgpack::type::BIN);
98 type const& val2 = ret.get().as<type>();
112 msgpack::unpacked ret;
113 msgpack::unpack(ret, sbuf.data(), sbuf.size());
114 EXPECT_EQ(ret.get().type, msgpack::type::BIN);
115 type const& val2 = ret.get().as<type>();
127 msgpack::unpacked ret;
128 msgpack::unpack(ret, sbuf.data(), sbuf.size());
129 EXPECT_EQ(ret.get().type, msgpack::type::BIN);
130 type const& val2 = ret.get().as<type>();
145 msgpack::unpacked ret;
146 msgpack::unpack(ret, sbuf.data(), sbuf.size());
147 EXPECT_EQ(ret.get().type, msgpack::type::BIN);
148 type const& val2 = ret.get().as<type>();
161 msgpack::unpacked ret;
162 msgpack::unpack(ret, sbuf.data(), sbuf.size());
163 EXPECT_EQ(ret.get().type, msgpack::type::BIN);
164 type const& val2 = ret.get().as<type>();
177 msgpack::unpacked ret;
178 msgpack::unpack(ret, sbuf.data(), sbuf.size());
179 EXPECT_EQ(ret.get().type, msgpack::type::ARRAY);
180 type const& val2 = ret.get().as<type>();
191 msgpack::unpacked ret;
192 msgpack::unpack(ret, sbuf.data(), sbuf.size());
193 EXPECT_EQ(ret.get().type, msgpack::type::ARRAY);
194 type const& val2 = ret.get().as<type>();
210 msgpack::unpacked ret;
211 msgpack::unpack(ret, sbuf.data(), sbuf.size());
212 type const& val2 = ret.get().as<type>();
224 msgpack::unpacked ret;
225 msgpack::unpack(ret, sbuf.data(), sbuf.size());
226 type const& val2 = ret.get().as<type>();
240 msgpack::unpacked ret;
241 msgpack::unpack(ret, sbuf.data(), sbuf.size());
242 type const& val2 = ret.get().as<type>();
254 msgpack::unpacked ret;
255 msgpack::unpack(ret, sbuf.data(), sbuf.size());
256 type const& val2 = ret.get().as<type>();
270 msgpack::unpacked ret;
271 msgpack::unpack(ret, sbuf.data(), sbuf.size());
272 type const& val2 = ret.get().as<type>();
284 msgpack::unpacked ret;
285 msgpack::unpack(ret, sbuf.data(), sbuf.size());
286 type const& val2 = ret.get().as<type>();
300 msgpack::unpacked ret;
301 msgpack::unpack(ret, sbuf.data(), sbuf.size());
302 type const& val2 = ret.get().as<type>();
314 msgpack::unpacked ret;
315 msgpack::unpack(ret, sbuf.data(), sbuf.size());
316 type const& val2 = ret.get().as<type>();
330 msgpack::unpacked ret;
331 msgpack::unpack(ret, sbuf.data(), sbuf.size());
332 type val2 = ret.get().as<type>();
344 msgpack::unpacked ret;
345 msgpack::unpack(ret, sbuf.data(), sbuf.size());
346 type val2 = ret.get().as<type>();
357 msgpack::unpacked ret;
358 msgpack::unpack(ret, sbuf.data(), sbuf.size());
359 pair<int, int> val2 = ret.get().as<pair<int, int> >();
377 msgpack::unpacked ret;
378 msgpack::unpack(ret, sbuf.data(), sbuf.size());
379 type val2 = ret.get().as<type>();
401 msgpack::unpacked ret;
402 msgpack::unpack(ret, sbuf.data(), sbuf.size());
403 type val2 = ret.get().as<type>();
416 msgpack::unpacked ret;
417 msgpack::unpack(ret, sbuf.data(), sbuf.size());
418 type val2 = ret.get().as<type>();
440 msgpack::unpacked ret;
441 msgpack::unpack(ret, sbuf.data(), sbuf.size());
442 type val2 = ret.get().as<type>();
451 msgpack::unpacked ret;
452 msgpack::unpack(ret, sbuf.data(), sbuf.size());
454 = ret.get().as<msgpack::type::tuple<bool, std::string, double> >();
455 EXPECT_EQ(ret.get().via.array.size, 3u);
466 msgpack::unpacked ret;
467 msgpack::unpack(ret, sbuf.data(), sbuf.size());
468 ret.get().as<msgpack::type::tuple<> >();
469 EXPECT_EQ(ret.get().via.array.size, 0u);
501 msgpack::unpacked ret;
502 msgpack::unpack(ret, sbuf.data(), sbuf.size());
503 type val2 = ret.get().as<type>();
519 msgpack::unpacked ret;
520 msgpack::unpack(ret, sbuf.data(), sbuf.size());
521 type val2 = ret.get().as<type>();
537 msgpack::unpacked ret;
538 msgpack::unpack(ret, sbuf.data(), sbuf.size());
539 type val2 = ret.get().as<type>();
561 msgpack::unpacked ret;
562 msgpack::unpack(ret, sbuf.data(), sbuf.size());
563 type val2 = ret.get().as<type>();
581 msgpack::unpacked ret;
582 msgpack::unpack(ret, sbuf.data(), sbuf.size());
583 type val2 = ret.get().as<type>();
597 msgpack::unpacked ret;
598 msgpack::unpack(ret, sbuf.data(), sbuf.size());
599 type val2 = ret.get().as<type>();
612 msgpack::unpacked ret;
613 msgpack::unpack(ret, sbuf.data(), sbuf.size());
614 type val2 = ret.get().as<type>();
636 msgpack::unpacked ret;
637 msgpack::unpack(ret, sbuf.data(), sbuf.size());
638 type val2 = ret.get().as<type>();
670 msgpack::unpacked ret;
671 msgpack::unpack(ret, sbuf.data(), sbuf.size());
672 type val2 = ret.get().as<type>();
688 msgpack::unpacked ret;
689 msgpack::unpack(ret, sbuf.data(), sbuf.size());
690 type val2 = ret.get().as<type>();
706 msgpack::unpacked ret;
707 msgpack::unpack(ret, sbuf.data(), sbuf.size());
708 type val2 = ret.get().as<type>();
730 msgpack::unpacked ret;
731 msgpack::unpack(ret, sbuf.data(), sbuf.size());
732 type val2 = ret.get().as<type>();
751 msgpack::unpacked ret;
752 msgpack::unpack(ret, sbuf.data(), sbuf.size());
753 type val2 = ret.get().as<type>();
767 msgpack::unpacked ret;
768 msgpack::unpack(ret, sbuf.data(), sbuf.size());
769 type val2 = ret.get().as<type>();
782 msgpack::unpacked ret;
783 msgpack::unpack(ret, sbuf.data(), sbuf.size());
784 type val2 = ret.get().as<type>();
806 msgpack::unpacked ret;
807 msgpack::unpack(ret, sbuf.data(), sbuf.size());
808 type val2 = ret.get().as<type>();