Home
last modified time | relevance | path

Searched refs:label (Results 1 – 6 of 6) sorted by relevance

/zcbor-latest/tests/cases/
Dsenml.cddl16 key-value-pair = ( label => value )
18 label = non-b-label / b-label
19 non-b-label = tstr / uint
20 b-label = tstr / nint
Dcose.cddl8 label = int / tstr
13 * label => values
20 ? 2 => [+label], ; criticality
121 * label => values
Dmanifest-moran3.cddl50 label = int
53 label_value = label => values
77 ? criticality: 2 => [+label],
/zcbor-latest/zcbor/
Dzcbor.py227 self.label = None
348 self.label
465 if self.label:
466 reprstr += self.label + ':'
509 if not self.value[0].label:
510 self.value[0].label = self.label
598 def set_label(self, label): argument
601 raise TypeError("Cannot have label after value: " + label)
602 self.label = label
713 if self.label is None:
[all …]
/zcbor-latest/
DRELEASE_NOTES.md125 * zcbor.py: Refactor the regex matching to fix label and remove all_types_regex
151 * zcbor.py: Change the label regex to accept non-latin characters
313 …* Allow --default-max-qty to accept a string label when generating code so that the value can be c…
DREADME.md322 The label is only for readability and does not impact the data structure in any way.