Searched refs:CBOR_TYPE_ARRAY (Results 1 – 1 of 1) sorted by relevance
80 #define CBOR_TYPE_ARRAY 0x40 macro94 return (cbor_object[0] & CBOR_TYPE_MASK) == CBOR_TYPE_ARRAY; in cbor_object_is_array()