Home
last modified time | relevance | path

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

/zcbor-latest/zcbor/
Dzcbor.py2278 arg = "NULL"
2280 arg = deref_if_not_null(access)
2282 arg = tmp_str_or_null(self.value)
2285 arg = (f"&({self.val_type_name()}){{{value}}}" if ptr_result else value)
2289 return (func_name, arg)
2602 func, arg = self.repeated_single_func(ptr_result=True)
2612 xcode_args("*" + arg if arg != "NULL" and self.result_len() != "0" else arg),
2985 def int_or_str(arg): argument
2987 return int(arg)
2990 if getrp(r"\A\w+\Z").match(arg) is not None:
[all …]