Home
last modified time | relevance | path

Searched refs:cbor_encode_int (Results 1 – 4 of 4) sorted by relevance

/tinycbor-2.7.6/src/
Dcborencoder.c316 CborError cbor_encode_int(CborEncoder *encoder, int64_t value) in cbor_encode_int() function
/tinycbor-2.7.6/tools/json2cbor/
Djson2cbor.c323 return cbor_encode_int(encoder, json->valueint); in decode_json()
/tinycbor-2.7.6/include/tinycbor/
Dcbor.h190 CBOR_API CborError cbor_encode_int(CborEncoder *encoder, int64_t value);
/tinycbor-2.7.6/tests/encoder/
Dtst_encoder.cpp183 return cbor_encode_int(encoder, v.toLongLong()); in encodeVariant()