Searched refs:TEST (Results 1 - 25 of 37) sorted by relevance

12

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/test/
H A Dmsgpack_stream.cpp58 TEST(MSGPACK, stream_char) function
63 TEST(MSGPACK, stream_signed_char) function
68 TEST(MSGPACK, stream_unsigned_char) function
73 TEST(MSGPACK, stream_short) function
78 TEST(MSGPACK, stream_int) function
83 TEST(MSGPACK, stream_long) function
88 TEST(MSGPACK, stream_long_long) function
93 TEST(MSGPACK, stream_unsigned_short) function
98 TEST(MSGPACK, stream_unsigned_int) function
103 TEST(MSGPAC function
108 TEST(MSGPACK, stream_unsigned_long_long) function
113 TEST(MSGPACK, stream_uint8) function
118 TEST(MSGPACK, stream_uint16) function
123 TEST(MSGPACK, stream_uint32) function
128 TEST(MSGPACK, stream_uint64) function
133 TEST(MSGPACK, stream_int8) function
138 TEST(MSGPACK, stream_int16) function
143 TEST(MSGPACK, stream_int32) function
148 TEST(MSGPACK, stream_int64) function
[all...]
H A Dmsgpack_vref.cpp39 TEST(MSGPACK, vrefbuffer_char) function
45 TEST(MSGPACK, vrefbuffer_signed_char) function
51 TEST(MSGPACK, vrefbuffer_unsigned_char) function
57 TEST(MSGPACK, vrefbuffer_short) function
63 TEST(MSGPACK, vrefbuffer_int) function
69 TEST(MSGPACK, vrefbuffer_long) function
75 TEST(MSGPACK, vrefbuffer_long_long) function
81 TEST(MSGPACK, vrefbuffer_unsigned_short) function
87 TEST(MSGPACK, vrefbuffer_unsigned_int) function
93 TEST(MSGPAC function
99 TEST(MSGPACK, vrefbuffer_unsigned_long_long) function
105 TEST(MSGPACK, vrefbuffer_uint8) function
111 TEST(MSGPACK, vrefbuffer_uint16) function
117 TEST(MSGPACK, vrefbuffer_uint32) function
123 TEST(MSGPACK, vrefbuffer_uint64) function
129 TEST(MSGPACK, vrefbuffer_int8) function
135 TEST(MSGPACK, vrefbuffer_int16) function
141 TEST(MSGPACK, vrefbuffer_int32) function
147 TEST(MSGPACK, vrefbuffer_int64) function
154 TEST(MSGPACK, vrefbuffer_small_char) function
160 TEST(MSGPACK, vrefbuffer_small_signed_char) function
166 TEST(MSGPACK, vrefbuffer_small_unsigned_char) function
172 TEST(MSGPACK, vrefbuffer_small_short) function
178 TEST(MSGPACK, vrefbuffer_small_int) function
184 TEST(MSGPACK, vrefbuffer_small_long) function
190 TEST(MSGPACK, vrefbuffer_small_long_long) function
196 TEST(MSGPACK, vrefbuffer_small_unsigned_short) function
202 TEST(MSGPACK, vrefbuffer_small_unsigned_int) function
208 TEST(MSGPACK, vrefbuffer_small_unsigned_long) function
214 TEST(MSGPACK, vrefbuffer_small_unsigned_long_long) function
220 TEST(MSGPACK, vrefbuffer_small_uint8) function
226 TEST(MSGPACK, vrefbuffer_small_uint16) function
232 TEST(MSGPACK, vrefbuffer_small_uint32) function
238 TEST(MSGPACK, vrefbuffer_small_uint64) function
244 TEST(MSGPACK, vrefbuffer_small_int8) function
250 TEST(MSGPACK, vrefbuffer_small_int16) function
256 TEST(MSGPACK, vrefbuffer_small_int32) function
262 TEST(MSGPACK, vrefbuffer_small_int64) function
[all...]
H A Dversion.cpp4 TEST(version, print) function
H A Dconvert.cpp30 TEST(convert, compatibility_less) function
45 TEST(convert, compatibility_more) function
62 TEST(convert, enum_member) function
76 TEST(convert, return_value_ref) function
89 TEST(convert, return_value_ptr) function
101 TEST(convert, if_not_nil_nil) function
108 TEST(convert, if_not_nil_not_nil) function
H A Dzone.cpp4 TEST(zone, allocate_align) function
16 TEST(zone, allocate_align_custom) function
47 TEST(zone, allocate) function
56 TEST(zone, allocate_constructor) function
71 TEST(zone, push_finalizer) function
79 TEST(zone, push_finalizer_unique_ptr) function
87 TEST(zone, allocate_no_align) function
H A Dpack_unpack.cpp5 TEST(pack, num) function
12 TEST(pack, vector) function
23 TEST(pack, to_ostream) function
45 TEST(pack, myclass) function
53 TEST(unpack, int_ret_no_offset_no_ref) function
62 TEST(unpack, int_ret_offset_no_ref) function
74 TEST(unpack, int_ret_no_offset_ref) function
85 TEST(unpack, int_ret_offset_ref) function
99 TEST(unpack, int_no_offset_no_ref) function
109 TEST(unpac function
122 TEST(unpack, int_no_offset_ref) function
134 TEST(unpack, int_offset_ref) function
149 TEST(unpack, int_pointer_off_no_ref) function
163 TEST(unpack, int_pointer_off_no_ref_explicit) function
177 TEST(unpack, int_pointer_no_off_ref) function
190 TEST(unpack, int_pointer_off_ref) function
206 TEST(unpack, int_default_null_pointer) function
217 TEST(unpack, int_zone_no_offset_no_ref) function
227 TEST(unpack, int_zone_offset_no_ref) function
240 TEST(unpack, int_zone_no_offset_ref) function
252 TEST(unpack, int_zone_offset_ref) function
267 TEST(unpack, sequence) function
291 TEST(unpack, convert_to_object_handle) function
303 TEST(unpack, convert_to_object_handle_direct) function
312 TEST(unpack, convert_to_object_handle_direct_implicit) function
321 TEST(unpack, insufficient_bytes_ref) function
339 TEST(unpack, insufficient_bytes_object_handle) function
357 TEST(unpack, insufficient_bytes_zone) function
376 TEST(unpack, parse_error) function
395 TEST(unpack, returned_parse_error) function
413 TEST(unpack, zone_parse_error) function
432 TEST(unpack, extra_bytes) function
441 TEST(unpack, zone_extra_bytes) function
451 TEST(unpack, int_off_larger_than_length) function
[all...]
H A Dmsgpack_tuple.cpp5 TEST(msgpack_tuple, member_get) function
19 TEST(msgpack_tuple, non_member_get) function
34 TEST(msgpack_tuple, std_non_member_get) function
48 TEST(msgpack_tuple, make_tuple) function
62 TEST(msgpack_tuple, std_make_tuple) function
70 TEST(msgpack_tuple, tie) function
81 TEST(msgpack_tuple, tuple_cat) function
91 TEST(msgpack_tuple, swap) function
H A Dobject_with_zone.cpp50 TEST(object_with_zone, bool) function
61 TEST(object_with_zone, char) function
72 TEST(object_with_zone, signed_char) function
82 TEST(object_with_zone, signed_short) function
92 TEST(object_with_zone, signed_int) function
102 TEST(object_with_zone, signed_long) function
112 TEST(object_with_zone, signed_long_long) function
123 TEST(object_with_zone, unsigned_char) function
133 TEST(object_with_zone, unsigned_short) function
143 TEST(object_with_zon function
153 TEST(object_with_zone, unsigned_long) function
163 TEST(object_with_zone, unsigned_long_long) function
174 TEST(object_with_zone, float) function
185 TEST(object_with_zone, double) function
197 TEST(object_with_zone, vector) function
213 TEST(object_with_zone, vector_char) function
228 TEST(object_without_zone, vector_char) function
244 TEST(object_with_zone, vector_unsigned_char) function
260 TEST(object_without_zone, vector_unsigned_char) function
277 TEST(object_with_zone, list) function
293 TEST(object_with_zone, deque) function
309 TEST(object_with_zone, string) function
319 TEST(object_without_zone, string) function
330 TEST(object_with_zone, char_ptr) function
340 TEST(object_without_zone, char_ptr) function
352 TEST(object_with_zone, raw_ref) function
366 TEST(object_without_zone, raw_ref) function
378 TEST(object_with_zone, pair) function
390 TEST(object_with_zone, set) function
403 TEST(object_with_zone, multiset) function
416 TEST(object_with_zone, map) function
430 TEST(object_with_zone, multimap) function
444 TEST(object_with_zone, msgpack_tuple) function
457 TEST(object_with_zone, msgpack_tuple_empty) function
471 TEST(object_with_zone, tr1_unordered_map) function
491 TEST(object_with_zone, tr1_unordered_multimap) function
522 TEST(object_with_zone, tr1_unordered_set) function
539 TEST(object_with_zone, tr1_unordered_multiset) function
570 TEST(object_with_zone, unordered_map) function
589 TEST(object_with_zone, unordered_multimap) function
620 TEST(object_with_zone, unordered_set) function
637 TEST(object_with_zone, unordered_multiset) function
675 TEST(object_with_zone, user_defined) function
685 TEST(object_with_zone, construct_enum) function
695 TEST(object_with_zone, construct_enum_newstyle) function
705 TEST(object_with_zone, construct_enum_outer) function
734 TEST(object_with_zone, user_defined_non_virtual) function
773 TEST(object_with_zone, user_defined_virtual) function
792 TEST(object_with_zone, construct_enum_outer_newstyle) function
800 TEST(object_with_zone, construct_class_enum) function
809 TEST(object_with_zone, construct_class_enum_outer) function
818 TEST(object_with_zone, array) function
834 TEST(object_with_zone, array_char) function
850 TEST(object_without_zone, array_char) function
866 TEST(object_with_zone, array_unsigned_char) function
883 TEST(object_without_zone, array_unsigned_char) function
901 TEST(object_with_zone, forward_list) function
915 TEST(object_with_zone, tuple) function
924 TEST(object_with_zone, tuple_empty) function
935 TEST(object_with_zone, ext_empty) function
944 TEST(object_with_zone, ext) function
954 TEST(object_with_zone, ext_from_buf) function
964 TEST(object_with_zone, ext_ref_empty) function
973 TEST(object_with_zone, ext_ref_from_buf) function
[all...]
H A Dboost_string_ref.cpp13 TEST(MSGPACK_BOOST, pack_convert_string_ref) function
27 TEST(MSGPACK_BOOST, object_strinf_ref) function
36 TEST(MSGPACK_BOOST, object_with_zone_string_ref) function
H A Djson.cpp6 TEST(json, basic_elements) function
23 TEST(json, escape) function
34 TEST(json, escape_cc) function
H A Dreference_cpp11.cpp6 TEST(reference, unpack_int) function
16 TEST(reference, unpack_string) function
26 TEST(reference, unpack_bin) function
39 TEST(reference, unpack_ext) function
63 TEST(reference, unpack_int_ref) function
73 TEST(reference, unpack_string_ref) function
83 TEST(reference, unpack_bin_ref) function
96 TEST(reference, unpack_ext_ref) function
130 TEST(reference, unpack_int_sized_ref) function
142 TEST(referenc function
157 TEST(reference, unpack_string_sized_ref_5) function
170 TEST(reference, unpack_bin_sized_ref_5) function
185 TEST(reference, unpack_bin_sized_ref_6) function
200 TEST(reference, unpack_ext_sized_ref_6) function
216 TEST(reference, unpack_ext_sized_ref_7) function
[all...]
H A Dreference_wrapper_cpp11.cpp11 TEST(MSGPACK_REFERENCE_WRAPPER, pack_convert) function
24 TEST(MSGPACK_REFERENCE_WRAPPER, pack_convert_const) function
37 TEST(MSGPACK_REFERENCE_WRAPPER, pack_vector) function
49 TEST(MSGPACK_REFERENCE_WRAPPER, object) function
60 TEST(MSGPACK_REFERENCE_WRAPPER, object_const) function
71 TEST(MSGPACK_REFERENCE_WRAPPER, object_with_zone) function
83 TEST(MSGPACK_REFERENCE_WRAPPER, object_with_zone_const) function
H A Dshared_ptr_cpp11.cpp12 TEST(SHARED_PTR, pack_convert_nil) function
23 TEST(SHARED_PTR, pack_convert_int) function
34 TEST(SHARED_PTR, object_nil) function
42 TEST(SHARED_PTR, object_int) function
53 TEST(SHARED_PTR, object_vector)
63 TEST(SHARED_PTR, object_with_zone_nil) function
72 TEST(SHARED_PTR, object_with_zone_int) function
111 TEST(SHARED_PTR, pack_convert_nil_no_def_con) function
H A Dunique_ptr_cpp11.cpp12 TEST(UNIQUE_PTR, pack_convert_nil) function
23 TEST(UNIQUE_PTR, pack_convert_int) function
34 TEST(UNIQUE_PTR, object_nil) function
42 TEST(UNIQUE_PTR, object_int) function
53 TEST(UNIQUE_PTR, object_vector)
63 TEST(UNIQUE_PTR, object_with_zone_nil) function
72 TEST(UNIQUE_PTR, object_with_zone_int) function
111 TEST(UNIQUE_PTR, pack_convert_nil_no_def_con) function
H A Dmsgpack_basic.cpp50 TEST(MSGPACK, simple_buffer_char) function
55 TEST(MSGPACK, simple_buffer_signed_char) function
60 TEST(MSGPACK, simple_buffer_unsigned_char) function
66 TEST(MSGPACK, simple_buffer_short) function
71 TEST(MSGPACK, simple_buffer_int) function
76 TEST(MSGPACK, simple_buffer_long) function
81 TEST(MSGPACK, simple_buffer_long_long) function
86 TEST(MSGPACK, simple_buffer_unsigned_short) function
91 TEST(MSGPACK, simple_buffer_unsigned_int) function
96 TEST(MSGPAC function
101 TEST(MSGPACK, simple_buffer_unsigned_long_long) function
106 TEST(MSGPACK, simple_buffer_uint8) function
111 TEST(MSGPACK, simple_buffer_uint16) function
116 TEST(MSGPACK, simple_buffer_uint32) function
121 TEST(MSGPACK, simple_buffer_uint64) function
126 TEST(MSGPACK, simple_buffer_int8) function
131 TEST(MSGPACK, simple_buffer_int16) function
136 TEST(MSGPACK, simple_buffer_int32) function
141 TEST(MSGPACK, simple_buffer_int64) function
146 TEST(MSGPACK, simple_buffer_float) function
235 TEST(MSGPACK, simple_buffer_double) function
281 TEST(MSGPACK, simple_buffer_nil) function
291 TEST(MSGPACK, simple_buffer_true) function
302 TEST(MSGPACK, simple_buffer_false) function
313 TEST(MSGPACK, simple_buffer_fixext1) function
328 TEST(MSGPACK, simple_buffer_fixext2) function
344 TEST(MSGPACK, simple_buffer_fixext4) function
360 TEST(MSGPACK, simple_buffer_fixext8) function
376 TEST(MSGPACK, simple_buffer_fixext16) function
392 TEST(MSGPACK, simple_buffer_fixext_1byte_0) function
405 TEST(MSGPACK, simple_buffer_fixext_1byte_255) function
423 TEST(MSGPACK, simple_buffer_fixext_2byte_256) function
441 TEST(MSGPACK, simple_buffer_fixext_2byte_65535) function
459 TEST(MSGPACK, simple_buffer_fixext_4byte_65536) function
477 TEST(MSGPACK, simple_buffer_ext_convert) function
497 TEST(MSGPACK, simple_buffer_ext_pack_convert) function
516 TEST(MSGPACK, simple_buffer_ext_ref_convert) function
536 TEST(MSGPACK, simple_buffer_ext_ref_pack_convert) function
556 TEST(MSGPACK_STL, simple_buffer_string) function
573 TEST(MSGPACK_STL, simple_buffer_cstring) function
590 TEST(MSGPACK_STL, simple_buffer_non_const_cstring) function
[all...]
H A Dlimit.cpp5 TEST(limit, unpack_array_no_over) function
27 TEST(limit, unpack_array_over) function
49 TEST(limit, unpack_map_no_over) function
71 TEST(limit, unpack_map_over) function
93 TEST(limit, unpack_str_no_over) function
112 TEST(limit, unpack_str_over) function
131 TEST(limit, unpack_bin_no_over) function
153 TEST(limit, unpack_bin_over) function
175 TEST(limit, unpack_ext_no_over) function
196 TEST(limi function
217 TEST(limit, unpack_ext_over_32_bit) function
243 TEST(limit, unpack_ext_no_over_64_bit) function
272 TEST(limit, unpack_depth_no_over) function
294 TEST(limit, unpack_depth_over) function
320 TEST(limit, unpack_array_over_cpp11_no_off_no_ref) function
342 TEST(limit, unpack_array_over_cpp11_no_off_ref) function
365 TEST(limit, unpack_array_over_cpp11_off_no_ref) function
388 TEST(limit, unpack_array_over_cpp11_off_ref) function
414 TEST(limit, unpack_array_over_no_off_no_ref) function
436 TEST(limit, unpack_array_over_no_off_ref) function
459 TEST(limit, unpack_array_over_off_no_ref) function
482 TEST(limit, unpack_array_over_off_ref) function
507 TEST(limit, unpack_array_over_off_ref_pointer) function
531 TEST(limit, unpacker_array_over) function
557 TEST(limit, unpacker_reserve) function
566 TEST(limit, unpacker_reserve_more_than_twice) function
[all...]
H A Dreference.cpp4 TEST(reference, unpack_int) function
15 TEST(reference, unpack_string) function
26 TEST(reference, unpack_bin) function
40 TEST(reference, unpack_ext) function
65 TEST(reference, unpack_int_ref) function
76 TEST(reference, unpack_string_ref) function
88 TEST(reference, unpack_bin_ref) function
102 TEST(reference, unpack_ext_ref) function
137 TEST(reference, unpack_int_sized_ref) function
150 TEST(referenc function
166 TEST(reference, unpack_string_sized_ref_5) function
180 TEST(reference, unpack_bin_sized_ref_5) function
196 TEST(reference, unpack_bin_sized_ref_6) function
212 TEST(reference, unpack_ext_sized_ref_6) function
229 TEST(reference, unpack_ext_sized_ref_7) function
249 TEST(reference, unpacker_int) function
265 TEST(reference, unpacker_string) function
281 TEST(reference, unpacker_bin) function
300 TEST(reference, unpacker_ext) function
322 TEST(reference, unpacker_int_sized_ref) function
340 TEST(reference, unpacker_string_sized_ref_4) function
358 TEST(reference, unpacker_string_sized_ref_5) function
377 TEST(reference, unpacker_bin_sized_ref_5) function
398 TEST(reference, unpacker_bin_sized_ref_6) function
419 TEST(reference, unpacker_ext_sized_ref_6) function
441 TEST(reference, unpacker_ext_sized_ref_7) function
[all...]
H A Dboost_optional.cpp12 TEST(MSGPACK_BOOST, pack_convert_nil) function
23 TEST(MSGPACK_BOOST, pack_convert_int) function
34 TEST(MSGPACK_BOOST, pack_convert_vector) function
51 TEST(MSGPACK_BOOST, pack_convert_vector_optional) function
66 TEST(MSGPACK_BOOST, object_nil) function
74 TEST(MSGPACK_BOOST, object_int) function
84 TEST(MSGPACK_BOOST, object_vector)
99 TEST(MSGPACK_BOOST, object_with_zone_nil) function
108 TEST(MSGPACK_BOOST, object_with_zone_int) function
117 TEST(MSGPACK_BOOS function
162 TEST(MSGPACK_BOOST, pack_convert_no_def_con) function
[all...]
H A Dmsgpack_cpp11.cpp40 TEST(MSGPACK_CPP11, simple_tuple) function in class:TestEnumClassMemberClass
51 TEST(MSGPACK_CPP11, simple_tuple_empty) function in class:TestEnumClassMemberClass
62 TEST(MSGPACK_CPP11, simple_array) function in class:TestEnumClassMemberClass
79 TEST(MSGPACK_CPP11, simple_array_empty) function in class:TestEnumClassMemberClass
92 TEST(MSGPACK_CPP11, simple_buffer_array_char) function in class:TestEnumClassMemberClass
109 TEST(MSGPACK_CPP11, simple_buffer_array_char_empty) function in class:TestEnumClassMemberClass
122 TEST(MSGPACK_CPP11, simple_buffer_array_unsigned_char) function in class:TestEnumClassMemberClass
140 TEST(MSGPACK_CPP11, simple_buffer_array_unsigned_char_empty) function in class:TestEnumClassMemberClass
185 TEST(MSGPACK_STL, simple_buffer_forward_list) function in class:TestEnumClassMemberClass
201 TEST(MSGPACK_ST function in class:TestEnumClassMemberClass
213 TEST(MSGPACK_STL, simple_buffer_unordered_map) function in class:TestEnumClassMemberClass
229 TEST(MSGPACK_STL, simple_buffer_unordered_map_empty) function in class:TestEnumClassMemberClass
241 TEST(MSGPACK_STL, simple_buffer_unordered_multimap) function in class:TestEnumClassMemberClass
261 TEST(MSGPACK_STL, simple_buffer_unordered_multimap_empty) function in class:TestEnumClassMemberClass
274 TEST(MSGPACK_STL, simple_buffer_unordered_set) function in class:TestEnumClassMemberClass
290 TEST(MSGPACK_STL, simple_buffer_unordered_set_empty) function in class:TestEnumClassMemberClass
302 TEST(MSGPACK_STL, simple_buffer_unordered_multiset) function in class:TestEnumClassMemberClass
318 TEST(MSGPACK_STL, simple_buffer_unordered_multiset_empty) function in class:TestEnumClassMemberClass
330 TEST(MSGPACK_USER_DEFINED, simple_buffer_enum_class_member) function in class:TestEnumClassMemberClass
385 TEST(MSGPACK_NO_DEF_CON, simple_buffer) function in class:TestEnumClassMemberClass
432 TEST(MSGPACK_NO_DEF_CON_COMPOSITE, simple_buffer) function in class:TestEnumClassMemberClass
464 TEST(MSGPACK_NO_DEF_CON_INHERIT, simple_buffer) function in class:TestEnumClassMemberClass
475 TEST(MSGPACK_NO_DEF_CON_VECTOR, simple_buffer) function in class:TestEnumClassMemberClass
486 TEST(MSGPACK_NO_DEF_CON_LIST, simple_buffer) function in class:TestEnumClassMemberClass
497 TEST(MSGPACK_NO_DEF_CON_SET, simple_buffer) function in class:TestEnumClassMemberClass
508 TEST(MSGPACK_NO_DEF_CON_MULTISET, simple_buffer) function in class:TestEnumClassMemberClass
519 TEST(MSGPACK_NO_DEF_CON_ASSOC_VECTOR, simple_buffer) function in class:TestEnumClassMemberClass
531 TEST(MSGPACK_NO_DEF_CON_MAP, simple_buffer) function in class:TestEnumClassMemberClass
543 TEST(MSGPACK_NO_DEF_CON_MULTIMAP, simple_buffer) function in class:TestEnumClassMemberClass
555 TEST(MSGPACK_NO_DEF_CON_DEQUE, simple_buffer) function in class:TestEnumClassMemberClass
566 TEST(MSGPACK_NO_DEF_CON_PAIR, simple_buffer) function in class:TestEnumClassMemberClass
585 TEST(MSGPACK_NO_DEF_CON_TUPLE, simple_buffer) function in class:TestEnumClassMemberClass
597 TEST(MSGPACK_NO_DEF_CON_MSGPACK_TUPLE, simple_buffer) function in class:TestEnumClassMemberClass
611 TEST(MSGPACK_NO_DEF_FORWARD_LIST, simple_buffer) function in class:TestEnumClassMemberClass
622 TEST(MSGPACK_NO_DEF_CON_UNORDERED_SET, simple_buffer) function in class:TestEnumClassMemberClass
633 TEST(MSGPACK_NO_DEF_CON_UNORDERED_MULTISET, simple_buffer) function in class:TestEnumClassMemberClass
644 TEST(MSGPACK_NO_DEF_CON_UNORDERED_MAP, simple_buffer) function in class:TestEnumClassMemberClass
656 TEST(MSGPACK_NO_DEF_CON_UNORDERED_MULTIMAP, simple_buffer) function in class:TestEnumClassMemberClass
668 TEST(MSGPACK_NO_DEF_CON_ARRAY, simple_buffer) function in class:TestEnumClassMemberClass
[all...]
H A Dbuffer.cpp9 TEST(buffer, sbuffer) function
29 TEST(buffer, vrefbuffer) function
66 TEST(buffer, zbuffer) function
78 TEST(buffer, zbuffer_c) function
93 TEST(buffer, fbuffer) function
122 TEST(buffer, fbuffer_c) function
H A Dpack_unpack_c.cpp5 TEST(pack, num) function
17 TEST(pack, array) function
32 TEST(unpack, sequence) function
71 TEST(pack, insufficient) function
H A Dobject.cpp64 TEST(object, convert) function
81 TEST(object, as) function
94 TEST(object, cross_zone_copy) function
138 TEST(object, cross_zone_copy_construct) function
177 TEST(object, cross_zone_copy_ext) function
200 TEST(object, cross_zone_copy_construct_ext) function
222 TEST(object, print) function
229 TEST(object, is_nil) function
236 TEST(object, type_error) function
248 TEST(objec function
267 TEST(object, construct_primitive) function
293 TEST(object, construct_enum) function
302 TEST(object, construct_enum_newstyle) function
311 TEST(object, construct_enum_outer) function
320 TEST(object, construct_enum_outer_newstyle) function
327 TEST(object, construct_class_enum) function
335 TEST(object, construct_class_enum_outer) function
344 TEST(object, clone_int) function
357 TEST(object, clone_str) function
371 TEST(object, clone_bin) function
388 TEST(object, clone_array) function
405 TEST(object, clone_map) function
[all...]
H A Dmsgpack_container.cpp39 TEST(MSGPACK_STL, simple_buffer_vector) function
57 TEST(MSGPACK_STL, simple_buffer_vector_empty) function
71 TEST(MSGPACK_STL, simple_buffer_vector_char) function
89 TEST(MSGPACK_STL, simple_buffer_vector_char_empty) function
103 TEST(MSGPACK_STL, simple_buffer_vector_unsigned_char) function
121 TEST(MSGPACK_STL, simple_buffer_vector_unsigned_char_empty) function
135 TEST(MSGPACK_STL, simple_buffer_vector_uint8_t) function
154 TEST(MSGPACK_STL, simple_buffer_vector_uint8_t_empty) function
169 TEST(MSGPACK_STL, simple_buffer_vector_bool) function
185 TEST(MSGPACK_ST function
200 TEST(MSGPACK_STL, simple_buffer_assoc_vector) function
218 TEST(MSGPACK_STL, simple_buffer_assoc_vector_empty) function
231 TEST(MSGPACK_STL, simple_buffer_map) function
248 TEST(MSGPACK_STL, simple_buffer_map_empty) function
261 TEST(MSGPACK_STL, simple_buffer_deque) function
278 TEST(MSGPACK_STL, simple_buffer_deque_empty) function
291 TEST(MSGPACK_STL, simple_buffer_list) function
308 TEST(MSGPACK_STL, simple_buffer_list_empty) function
321 TEST(MSGPACK_STL, simple_buffer_set) function
338 TEST(MSGPACK_STL, simple_buffer_set_empty) function
351 TEST(MSGPACK_STL, simple_buffer_pair) function
365 TEST(MSGPACK_STL, simple_buffer_multimap) function
395 TEST(MSGPACK_STL, simple_buffer_multimap_empty) function
407 TEST(MSGPACK_STL, simple_buffer_multiset) function
434 TEST(MSGPACK_STL, simple_buffer_multiset_empty) function
446 TEST(MSGPACK_TUPLE, simple_tuple) function
461 TEST(MSGPACK_TUPLE, simple_tuple_empty) function
492 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_map) function
513 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_map_empty) function
525 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_multimap) function
555 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_multimap_empty) function
572 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_set) function
591 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_set_empty) function
603 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_multiset) function
630 TEST(MSGPACK_TR1, simple_buffer_tr1_unordered_multiset_empty) function
661 TEST(MSGPACK_TR1, simple_buffer_unordered_map) function
682 TEST(MSGPACK_TR1, simple_buffer_unordered_map_empty) function
694 TEST(MSGPACK_TR1, simple_buffer_unordered_multimap) function
724 TEST(MSGPACK_TR1, simple_buffer_unordered_multimap_empty) function
742 TEST(MSGPACK_TR1, simple_buffer_unordered_set) function
761 TEST(MSGPACK_TR1, simple_buffer_unordered_set_empty) function
773 TEST(MSGPACK_TR1, simple_buffer_unordered_multiset) function
800 TEST(MSGPACK_TR1, simple_buffer_unordered_multiset_empty) function
[all...]
H A Dmsgpack_c.cpp85 TEST(MSGPACKC, simple_buffer_char) function
98 TEST(MSGPACKC, simple_buffer_singed_char) function
103 TEST(MSGPACKC, simple_buffer_short) function
108 TEST(MSGPACKC, simple_buffer_int) function
113 TEST(MSGPACKC, simple_buffer_long) function
118 TEST(MSGPACKC, simple_buffer_long_long) function
123 TEST(MSGPACKC, simple_buffer_unsigned_char) function
128 TEST(MSGPACKC, simple_buffer_unsigned_short) function
133 TEST(MSGPACKC, simple_buffer_unsigned_int) function
138 TEST(MSGPACK function
143 TEST(MSGPACKC, simple_buffer_unsigned_long_long) function
148 TEST(MSGPACKC, simple_buffer_uint8) function
153 TEST(MSGPACKC, simple_buffer_uint16) function
158 TEST(MSGPACKC, simple_buffer_uint32) function
163 TEST(MSGPACKC, simple_buffer_uint64) function
168 TEST(MSGPACKC, simple_buffer_int8) function
173 TEST(MSGPACKC, simple_buffer_int16) function
178 TEST(MSGPACKC, simple_buffer_int32) function
183 TEST(MSGPACKC, simple_buffer_int64) function
188 TEST(MSGPACKC, simple_buffer_float) function
253 TEST(MSGPACKC, simple_buffer_double) function
318 TEST(MSGPACKC, simple_buffer_nil) function
336 TEST(MSGPACKC, simple_buffer_true) function
355 TEST(MSGPACKC, simple_buffer_false) function
374 TEST(MSGPACKC, simple_buffer_fixext1) function
398 TEST(MSGPACKC, simple_buffer_fixext2) function
422 TEST(MSGPACKC, simple_buffer_fixext4) function
446 TEST(MSGPACKC, simple_buffer_fixext8) function
470 TEST(MSGPACKC, simple_buffer_fixext16) function
494 TEST(MSGPACKC, simple_buffer_fixext_1byte_0) function
520 TEST(MSGPACKC, simple_buffer_fixext_1byte_255) function
547 TEST(MSGPACKC, simple_buffer_fixext_2byte_256) function
574 TEST(MSGPACKC, simple_buffer_fixext_2byte_65535) function
601 TEST(MSGPACKC, simple_buffer_fixext_4byte_65536) function
628 TEST(MSGPACKC, simple_buffer_array) function
681 TEST(MSGPACKC, simple_buffer_map) function
727 TEST(MSGPACKC, simple_buffer_str) function
756 TEST(MSGPACKC, simple_buffer_str_fix_l) function
783 TEST(MSGPACKC, simple_buffer_str_fix_h) function
810 TEST(MSGPACKC, simple_buffer_str_8_l) function
838 TEST(MSGPACKC, simple_buffer_str_8_h) function
866 TEST(MSGPACKC, simple_buffer_str_16_l) function
895 TEST(MSGPACKC, simple_buffer_str_16_h) function
924 TEST(MSGPACKC, simple_buffer_str_32_l) function
955 TEST(MSGPACKC, simple_buffer_v4raw_fix_l) function
982 TEST(MSGPACKC, simple_buffer_v4raw_fix_h) function
1009 TEST(MSGPACKC, simple_buffer_v4raw_16_l) function
1038 TEST(MSGPACKC, simple_buffer_v4raw_16_h) function
1067 TEST(MSGPACKC, simple_buffer_v4raw_32_l) function
1099 TEST(MSGPACKC, unpack_fixstr) function
1119 TEST(MSGPACKC, unpack_str8) function
1139 TEST(MSGPACKC, unpack_str16) function
1159 TEST(MSGPACKC, unpack_str32) function
1179 TEST(MSGPACKC, unpack_bin8) function
1199 TEST(MSGPACKC, unpack_bin16) function
1219 TEST(MSGPACKC, unpack_bin32) function
1239 TEST(MSGPACKC, unpack_array_uint64) function
[all...]
H A Dboost_variant.cpp17 TEST(MSGPACK_BOOST, pack_convert_variant_nil) function
31 TEST(MSGPACK_BOOST, object_variant_nil) function
41 TEST(MSGPACK_BOOST, object_with_zone_variant_nil) function
54 TEST(MSGPACK_BOOST, pack_convert_variant_nil_default) function
69 TEST(MSGPACK_BOOST, object_variant_nil_default) function
79 TEST(MSGPACK_BOOST, object_with_zone_variant_nil_default) function
92 TEST(MSGPACK_BOOST, pack_convert_variant_bool) function
116 TEST(MSGPACK_BOOST, object_variant_bool) function
129 TEST(MSGPACK_BOOST, object_with_zone_variant_bool) function
145 TEST(MSGPACK_BOOS function
163 TEST(MSGPACK_BOOST, object_variant_positive_integer) function
176 TEST(MSGPACK_BOOST, object_with_zone_variant_positive_integer) function
192 TEST(MSGPACK_BOOST, pack_convert_variant_negative_integer) function
210 TEST(MSGPACK_BOOST, object_variant_negative_integer) function
223 TEST(MSGPACK_BOOST, object_with_zone_variant_negative_integer) function
239 TEST(MSGPACK_BOOST, pack_convert_variant_float) function
257 TEST(MSGPACK_BOOST, object_variant_float) function
270 TEST(MSGPACK_BOOST, object_with_zone_variant_float) function
286 TEST(MSGPACK_BOOST, pack_convert_variant_str) function
305 TEST(MSGPACK_BOOST, object_with_zone_variant_str) function
321 TEST(MSGPACK_BOOST, object_with_zone_variant_str_ref) function
344 TEST(MSGPACK_BOOST, pack_convert_variant_bin) function
368 TEST(MSGPACK_BOOST, object_with_zone_variant_bin) function
388 TEST(MSGPACK_BOOST, object_with_zone_variant_raw_ref) function
414 TEST(MSGPACK_BOOST, pack_convert_variant_ext) function
439 TEST(MSGPACK_BOOST, object_with_zone_variant_ext) function
458 TEST(MSGPACK_BOOST, object_with_zone_variant_ext_ref) function
482 TEST(MSGPACK_BOOST, pack_convert_variant_array) function
504 TEST(MSGPACK_BOOST, object_with_zone_variant_array) function
524 TEST(MSGPACK_BOOST, pack_convert_variant_map) function
546 TEST(MSGPACK_BOOST, object_with_zone_variant_map) function
570 TEST(MSGPACK_BOOST, pack_convert_variant_ref_str) function
592 TEST(MSGPACK_BOOST, object_with_zone_variant_ref_str) function
612 TEST(MSGPACK_BOOST, pack_convert_variant_ref_bin) function
637 TEST(MSGPACK_BOOST, object_with_zone_variant_ref_bin) function
658 TEST(MSGPACK_BOOST, pack_convert_variant_ref_ext) function
683 TEST(MSGPACK_BOOST, object_with_zone_variant_ref_ext) function
705 TEST(MSGPACK_BOOST, pack_convert_variant_ref_array) function
732 TEST(MSGPACK_BOOST, object_with_zone_variant_ref_array) function
757 TEST(MSGPACK_BOOST, pack_convert_variant_ref_map) function
785 TEST(MSGPACK_BOOST, object_with_zone_variant_ref_map) function
[all...]

Completed in 111 milliseconds

12