Searched refs:cbor_type (Results 1 – 12 of 12) sorted by relevance
24 typedef enum cbor_type { enum41 } cbor_type; typedef177 cbor_type type;
157 CBOR_EXPORT cbor_type cbor_typeof(
54 cbor_type cbor_typeof(const cbor_item_t *item) { return item->type; } in cbor_typeof()
4 Every :type:`cbor_item_t` has a :type:`cbor_type` associated with it - these constants correspond t…6 .. doxygenenum:: cbor_type
12 Corresponding :type:`cbor_type` ``CBOR_TYPE_UINT``22 Corresponding :type:`cbor_type` ``CBOR_TYPE_NEGINT``
11 Corresponding :type:`cbor_type` ``CBOR_TYPE_TAG``
7 Corresponding :type:`cbor_type` ``CBOR_TYPE_STRING``
11 Corresponding :type:`cbor_type` ``CBOR_TYPE_FLOAT_CTRL``
12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
18 Corresponding :type:`cbor_type` ``CBOR_TYPE_MAP``
21 Corresponding :type:`cbor_type` ``CBOR_TYPE_BYTESTRING``
71 .. member:: cbor_type type