Searched refs:cbor_build_bool (Results 1 – 14 of 14) sorted by relevance
18 .value = cbor_move(cbor_build_bool(true))}); in main()
670 cbor_move(cbor_build_bool(true))})); in test_map_alloc_failure()682 cbor_move(cbor_build_bool(true))})); in test_map_key_alloc_failure()696 cbor_move(cbor_build_bool(true))})); in test_map_value_alloc_failure()710 cbor_move(cbor_build_bool(true))})); in test_map_add_failure()724 cbor_move(cbor_build_bool(true))})); in test_map_second_key_failure()727 cbor_move(cbor_build_bool(false))})); in test_map_second_key_failure()
129 WITH_FAILING_MALLOC({ assert_null(cbor_build_bool(false)); }); in test_float_ctrl_creation()
170 assert_true(cbor_array_push(item, cbor_move(cbor_build_bool(true)))); in test_floats()
226 cbor_item_t* value = cbor_build_bool(true); in test_map_add()
11 cbor_build_bool
510 cbor_build_bool,
150 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t* cbor_build_bool(bool value);
163 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()
99 .value = cbor_move(cbor_build_bool(true))});
412 cbor_item_t* res = cbor_build_bool(value); in cbor_builder_boolean_callback()