Home
last modified time | relevance | path

Searched refs:match (Results 1 – 12 of 12) sorted by relevance

/zcbor-3.5.0-3.4.0/
Dsetup.py18 def new_link(match): argument
19 match_text = match.group(0)
DARCHITECTURE.md85 For container types, the regex will match the whole type, and then recursively parse the children w…
DREADME.md172 When you call this, zcbor reads the CDDL files and creates C struct types to match the types descri…
/zcbor-3.5.0-3.4.0/tests/cases/
Dmanifest9.cddl152 SUIT_Condition //= (suit-condition-image-match, SUIT_Reporting_Policy)
153 SUIT_Condition //= (suit-condition-image-not-match, SUIT_Reporting_Policy)
196 SUIT_Command_ID /= suit-condition-image-match
200 SUIT_Command_ID /= suit-condition-image-not-match
418 suit-condition-image-match = 3
423 suit-condition-image-not-match = 25
Dmanifest9_simple.cddl89 SUIT_Condition //= (suit-condition-image-match, SUIT_Reporting_Policy)
146 suit-condition-image-match = 3
Dmanifest14.cddl142 SUIT_Condition //= (suit-condition-image-match, SUIT_Rep_Policy)
143 SUIT_Condition //= (suit-condition-image-not-match, SUIT_Rep_Policy)
362 suit-condition-image-match = 3
368 suit-condition-image-not-match = 25
Dmanifest2.cddl119 SUIT_Condition //= (suit-condition-image-match, nil)
120 SUIT_Condition //= (suit-condition-image-not-match, nil)
275 suit-condition-image-match = 3
281 suit-condition-image-not-match = 25
Dmanifest3.cddl125 SUIT_Condition //= (suit-condition-image-match, nil)
126 SUIT_Condition //= (suit-condition-image-not-match, nil)
297 suit-condition-image-match = 3
303 suit-condition-image-not-match = 25
Dmanifest12.cddl167 SUIT_Condition //= (suit-condition-image-match, SUIT_Rep_Policy)
168 SUIT_Condition //= (suit-condition-image-not-match, SUIT_Rep_Policy)
388 suit-condition-image-match = 3
394 suit-condition-image-not-match = 25
Dmanifest20.cddl112 SUIT_Condition //= (suit-condition-image-match, SUIT_Rep_Policy)
227 suit-condition-image-match = 3
Dmanifest16.cddl122 SUIT_Condition //= (suit-condition-image-match, SUIT_Rep_Policy)
233 suit-condition-image-match = 3
/zcbor-3.5.0-3.4.0/zcbor/
Dzcbor.py8 from regex import match, search, sub, findall, S, M, fullmatch
67 elif any((match(r"zcbor-.*\.egg", p) for p in P_SCRIPT.parts)):
576 match_obj = match(reg, quantifier)
867 match_obj = match(reg, instr)
1620 match = fullmatch(r"zcbor_keyval\d+", key)
1621 if match is not None:
2805 if match(r"\A\w+\Z", arg) is not None: