Searched refs:label (Results 1 – 6 of 6) sorted by relevance
16 key-value-pair = ( label => value )18 label = non-b-label / b-label19 non-b-label = tstr / uint20 b-label = tstr / nint
8 label = int / tstr13 * label => values20 ? 2 => [+label], ; criticality121 * label => values
50 label = int53 label_value = label => values77 ? criticality: 2 => [+label],
221 self.label = None339 self.label458 if self.label:459 reprstr += self.label + ':'500 if not self.value[0].label:501 self.value[0].label = self.label589 def set_label(self, label): argument591 raise TypeError("Cannot have label after value: " + label)592 self.label = label700 if self.label is None:[all …]
48 * zcbor.py: Refactor the regex matching to fix label and remove all_types_regex74 * zcbor.py: Change the label regex to accept non-latin characters236 …* Allow --default-max-qty to accept a string label when generating code so that the value can be c…
317 The label is only for readability and does not impact the data structure in any way.