Searched refs:CBOR_TYPE_STRING (Results 1 – 13 of 13) sorted by relevance
21 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_empty_string()37 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_short_string()55 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_short_multibyte_string()84 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_int8_string()118 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_int16_string()151 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_int32_string()185 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_int64_string()207 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_short_indef_string()226 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_invalid_utf()
96 assert_true(cbor_typeof(handle[0].key) == CBOR_TYPE_STRING); in test_def_nested_map()99 assert_true(cbor_typeof(inner_handle[0].key) == CBOR_TYPE_STRING); in test_def_nested_map()100 assert_true(cbor_typeof(inner_handle[0].value) == CBOR_TYPE_STRING); in test_def_nested_map()120 assert_true(cbor_typeof(handle[0].key) == CBOR_TYPE_STRING); in test_streamed_key_map()142 assert_true(cbor_typeof(handle[0].key) == CBOR_TYPE_STRING); in test_streamed_kv_map()145 assert_true(cbor_typeof(handle[0].value) == CBOR_TYPE_STRING); in test_streamed_kv_map()169 assert_true(cbor_typeof(handle[0].key) == CBOR_TYPE_STRING); in test_streamed_streamed_kv_map()172 assert_true(cbor_typeof(handle[0].value) == CBOR_TYPE_STRING); in test_streamed_streamed_kv_map()
239 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_builder_string_callback_append_alloc_failure()273 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_builder_string_callback_append_item_alloc_failure()307 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_builder_string_callback_append_parent_alloc_failure()
41 return cbor_typeof(item) == CBOR_TYPE_STRING; in cbor_isa_string()112 case CBOR_TYPE_STRING: { in cbor_decref()
18 .type = CBOR_TYPE_STRING, in cbor_new_definite_string()30 .type = CBOR_TYPE_STRING, in cbor_new_indefinite_string()
31 CBOR_TYPE_STRING /** 3 - strings */ enumerator
30 case CBOR_TYPE_STRING: in cbor_serialize()104 case CBOR_TYPE_STRING: { in cbor_serialized_size()
7 Corresponding :type:`cbor_type` ``CBOR_TYPE_STRING``
197 case CBOR_TYPE_STRING: in cbor_copy()335 case CBOR_TYPE_STRING: in cbor_copy_definite()486 case CBOR_TYPE_STRING: { in _cbor_nested_describe()
29 case CBOR_TYPE_STRING: in cbor_to_cjson()
22 assert(cbor_typeof(string_item) == CBOR_TYPE_STRING); in item_examples()
340 case CBOR_TYPE_STRING: in _cbor_is_indefinite()
16 item->type == CBOR_TYPE_STRING) in check_key_type()