Searched refs:cbor_encode_int (Results 1 – 4 of 4) sorted by relevance
316 CborError cbor_encode_int(CborEncoder *encoder, int64_t value) in cbor_encode_int() function
323 return cbor_encode_int(encoder, json->valueint); in decode_json()
190 CBOR_API CborError cbor_encode_int(CborEncoder *encoder, int64_t value);
183 return cbor_encode_int(encoder, v.toLongLong()); in encodeVariant()