Searched refs:cn_cbor_mapget_int (Results 1 – 3 of 3) sorted by relevance
300 val = cn_cbor_mapget_int(cb, 0); in CTEST()302 val = cn_cbor_mapget_int(cb, -1); in CTEST()304 val = cn_cbor_mapget_int(cb, 1); in CTEST()378 val = cn_cbor_mapget_int(cb_map, 5); in CTEST()382 val = cn_cbor_mapget_int(cb_map, -7); in CTEST()387 val = cn_cbor_mapget_int(cb_map, 42); in CTEST()
7 cn_cbor* cn_cbor_mapget_int(const cn_cbor* cb, int key) { in cn_cbor_mapget_int() function
244 cn_cbor* cn_cbor_mapget_int(const cn_cbor* cb, int key);