Searched full:undefined (Results 1 – 12 of 12) sorted by relevance
/zcbor-3.7.0/tests/cases/ |
D | yaml_compatibility.cddl | 13 "undefined" => undefined,
|
D | yaml_compatibility.yaml | 13 undefined: ["zcbor_undefined"]
|
D | everything.cddl | 26 undefined /
|
D | corner_cases.cddl | 56 undef: undefined,
|
/zcbor-3.7.0/zcbor/ |
D | prelude.cddl | 43 ; undefined = #7.23
|
D | zcbor.py | 18 from cbor2 import (loads, dumps, CBORTag, load, CBORDecodeValueError, CBORDecodeEOF, undefined, 807 (r'undefined(?!\w)', 1358 "UNDEF": lambda: (type(undefined),), 1359 "ANY": lambda: (int, float, str, bytes, type(None), type(undefined), bool, list, dict), 1644 return undefined 1698 elif obj is undefined: 2970 bytestrings (BSTR), tags, undefined, and maps with non-text keys need
|
/zcbor-3.7.0/ |
D | README.md | 156 …4. undefined: In cbor2, undefined has its own value `cbor2.types.undefined`. In YAML, undefined is… 353 * 23: `undefined` simple value 566 supports. bytestrings (BSTR), tags, undefined, and 619 supports. bytestrings (BSTR), tags, undefined, and
|
D | RELEASE_NOTES.md | 291 * Add support for `undefined` in CDDL. 326 * Add support for decoding and encoding `undefined` CBOR values.
|
/zcbor-3.7.0/include/ |
D | zcbor_encode.h | 71 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused); /* 'undefined' CBOR simple valu…
|
D | zcbor_decode.h | 107 bool zcbor_undefined_expect(zcbor_state_t *state, void *unused); /* 'undefined' CBOR simple value */
|
/zcbor-3.7.0/tests/encode/test3_corner_cases/src/ |
D | main.c | 271 0xF7, // Undefined in ZTEST() 278 0xF7, // Undefined in ZTEST() 285 0xF7, // Undefined in ZTEST() 334 0xF7, // Undefined in ZTEST()
|
/zcbor-3.7.0/tests/decode/test5_corner_cases/src/ |
D | main.c | 415 0xF7, // Undefined in ZTEST() 422 0xF7, // Undefined in ZTEST() 429 0xF7, // Undefined in ZTEST() 466 0xF7, // Undefined in ZTEST()
|