Home
last modified time | relevance | path

Searched full:undefined (Results 1 – 12 of 12) sorted by relevance

/zcbor-3.7.0/tests/cases/
Dyaml_compatibility.cddl13 "undefined" => undefined,
Dyaml_compatibility.yaml13 undefined: ["zcbor_undefined"]
Deverything.cddl26 undefined /
Dcorner_cases.cddl56 undef: undefined,
/zcbor-3.7.0/zcbor/
Dprelude.cddl43 ; undefined = #7.23
Dzcbor.py18 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/
DREADME.md156 …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
DRELEASE_NOTES.md291 * Add support for `undefined` in CDDL.
326 * Add support for decoding and encoding `undefined` CBOR values.
/zcbor-3.7.0/include/
Dzcbor_encode.h71 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused); /* 'undefined' CBOR simple valu…
Dzcbor_decode.h107 bool zcbor_undefined_expect(zcbor_state_t *state, void *unused); /* 'undefined' CBOR simple value */
/zcbor-3.7.0/tests/encode/test3_corner_cases/src/
Dmain.c271 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/
Dmain.c415 0xF7, // Undefined in ZTEST()
422 0xF7, // Undefined in ZTEST()
429 0xF7, // Undefined in ZTEST()
466 0xF7, // Undefined in ZTEST()