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 to the types specified by the `CBOR standard <https://www.rfc-editor.org/info/std94>`_: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``
12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
11 Corresponding :type:`cbor_type` ``CBOR_TYPE_FLOAT_CTRL``
21 Corresponding :type:`cbor_type` ``CBOR_TYPE_BYTESTRING``
18 Corresponding :type:`cbor_type` ``CBOR_TYPE_MAP``
71 .. member:: cbor_type type