Home
last modified time | relevance | path

Searched refs:cbor_value_get_int64_checked (Results 1 – 3 of 3) sorted by relevance

/tinycbor-2.7.6/src/
Dcborparser.c753 CborError cbor_value_get_int64_checked(const CborValue *value, int64_t *result) in cbor_value_get_int64_checked() function
/tinycbor-2.7.6/include/tinycbor/
Dcbor.h362 CBOR_API CborError cbor_value_get_int64_checked(const CborValue *value, int64_t *result);
/tinycbor-2.7.6/tests/parser/
Dtst_parser.cpp417 err = cbor_value_get_int64_checked(&first, &value); in integers()
1342 err = cbor_value_get_int64_checked(&value, &v); in checkedIntegers()