Searched refs:cbor_build_bool (Results 1 – 14 of 14) sorted by relevance
351 cbor_move(cbor_build_bool(true))})); in test_map_alloc_failure()363 cbor_move(cbor_build_bool(true))})); in test_map_key_alloc_failure()377 cbor_move(cbor_build_bool(true))})); in test_map_value_alloc_failure()391 cbor_move(cbor_build_bool(true))})); in test_map_add_failure()405 cbor_move(cbor_build_bool(true))})); in test_map_second_key_failure()408 cbor_move(cbor_build_bool(false))})); in test_map_second_key_failure()
121 WITH_FAILING_MALLOC({ assert_null(cbor_build_bool(false)); }); in test_float_ctrl_creation()
226 cbor_item_t *value = cbor_build_bool(true); in test_map_add()
18 .value = cbor_move(cbor_build_bool(true))}); in main()
11 cbor_build_bool
510 cbor_build_bool,
150 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t *cbor_build_bool(bool value);
159 cbor_item_t *cbor_build_bool(bool value) { in cbor_build_bool() function
46 .. doxygenfunction:: cbor_build_bool
170 if (force && (argv[2] = cbor_build_bool(true)) == NULL) { in config_pin_minlen_tx()
294 (pair.value = cbor_build_bool(value == FIDO_OPT_TRUE)) == NULL) { in cbor_add_bool()
72 .value = cbor_move(cbor_build_bool(true))});
72 .value = cbor_move(cbor_build_bool(true))
412 cbor_item_t *res = cbor_build_bool(value); in cbor_builder_undefined_callback()