Home
last modified time | relevance | path

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

/external/cn-cbor/test/
Dcbor_test.c351 cn_cbor_mapput_int(cb_map, 5, cb_int CONTEXT_NULL, &err); in CTEST()
355 cn_cbor_mapput_int(cb_map, -7, cb_data CONTEXT_NULL, &err); in CTEST()
373 cn_cbor_mapput_int(cb_map, 42, cb_dbl CONTEXT_NULL, &err); in CTEST()
400 cn_cbor_mapput_int(ci, -5, NULL, CONTEXT_NULL_COMMA &err); in CTEST()
448 ASSERT_TRUE(cn_cbor_mapput_int(map, 0, cdata, CONTEXT_NULL_COMMA NULL)); in CTEST()
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h383 bool cn_cbor_mapput_int(cn_cbor* cb_map,
/external/cn-cbor/src/
Dcn-create.c136 bool cn_cbor_mapput_int(cn_cbor* cb_map, in cn_cbor_mapput_int() function