Home
last modified time | relevance | path

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

/zcbor-3.7.0/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-3.7.0/zcbor/
Dzcbor.py221 self.label = None
339 self.label
458 if self.label:
459 reprstr += self.label + ':'
500 if not self.value[0].label:
501 self.value[0].label = self.label
589 def set_label(self, label): argument
591 raise TypeError("Cannot have label after value: " + label)
592 self.label = label
700 if self.label is None:
[all …]
/zcbor-3.7.0/
DRELEASE_NOTES.md48 * zcbor.py: Refactor the regex matching to fix label and remove all_types_regex
74 * zcbor.py: Change the label regex to accept non-latin characters
236 …* Allow --default-max-qty to accept a string label when generating code so that the value can be c…
DREADME.md317 The label is only for readability and does not impact the data structure in any way.