Searched refs:cbor_typeof (Results 1 – 4 of 4) sorted by relevance
155 switch (cbor_typeof(item)) { in cbor_copy()306 switch (cbor_typeof(item)) { in _cbor_nested_describe()
23 switch (cbor_typeof(item)) { in cbor_serialize()63 switch (cbor_typeof(item)) { in cbor_serialized_size()
161 CBOR_EXPORT cbor_type cbor_typeof(
54 cbor_type cbor_typeof(const cbor_item_t *item) { return item->type; } in cbor_typeof() function