Home
last modified time | relevance | path

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

/zcbor-3.6.0/
DARCHITECTURE.md50 …owed, so in the following example, `Foo` will have a `self.value` of 5, and `Bar` will have `None`.
54 Bar = uint
64 Bar = [*Foo]
70 2. An anonymous child of Bar, which has `self.type = "OTHER"`, and `self.value = "Foo"`
71 3. Bar, which has `self.type = "LIST"`, and `self.value` is a python `list` containing the above ob…
167 …se entry types when there are `"BSTR"`s that are CBOR encoded, specified as `Foo = bstr .cbor Bar`.
DREADME.md293 …ions. Analogous to unions in C. E.g. `Foo = int/bstr/Bar` where Foo is either an int, a bstr, or B…
305 …`/`.cborseq`: E.g. `Foo = bstr .cbor Bar` where Foo is a bstr whose contents must be CBOR data dec…
311 - `+`: 1 or more times. E.g. `Foo = [+Bar]`.
/zcbor-3.6.0/tests/cases/
Dyaml_compatibility.cddl3 "bar": bool,
Dyaml_compatibility.yaml5 bar: false
Deverything_example0.yaml12 - bar
Deverything.cddl13 tstr_single: "bar" /
Deverything_example1.yaml12 - bar
/zcbor-3.6.0/tests/encode/test2_simple/src/
Dmain.c40 .names = {{.value = "foo", .len = 3}, {.value = "bar", .len = 3}}, in ZTEST()
49 0x63, 0x62, 0x61, 0x72, /* bar */ in ZTEST()
/zcbor-3.6.0/tests/encode/test4_senml/src/
Dmain.c40 .record_n = {.record_n = {.value = "Bar", .len = 3}}, in ZTEST()
/zcbor-3.6.0/tests/decode/test3_simple/src/
Dmain.c446 zassert_mem_equal("bar", pet.names[1].value, 3, "Expect first name 'bar'"); in ZTEST()
/zcbor-3.6.0/tests/unit/test1_unit_tests/src/
Dmain.c1181 zassert_true(zcbor_tstr_put_lit(state_e, "bar"), NULL); in ZTEST()
1325 zassert_true(zcbor_search_key_tstr_lit(state_d, "bar"), NULL); in ZTEST()
/zcbor-3.6.0/zcbor/
Dzcbor.py692 # Set the self.label OR self.key of this element. In the CDDL "foo: bar", foo can be either a