Searched refs:access (Results 1 – 3 of 3) sorted by relevance
| /zcbor-latest/zcbor/ |
| D | zcbor.py | 144 def deref_if_not_null(access): argument 145 return access if access == "NULL" else "&" + access 176 def ternary_if_chain(access, names, xcode_strings): argument 178 access, 182 ternary_if_chain(access, names[1:], xcode_strings[1:]) if len(names) > 1 else "false") 2257 def single_func_prim(self, access, union_int=None, ptr_result=False): argument 2271 return self.my_types[self.value].single_func(access, union_int) 2280 arg = deref_if_not_null(access) 2291 def single_func(self, access=None, union_int=None): argument 2294 return (self.xcode_func_name(), deref_if_not_null(access or self.var_access())) [all …]
|
| /zcbor-latest/ |
| D | ARCHITECTURE.md | 159 When invoking CodeGenerator, the user must decide which types it will need direct access to decode/…
|
| D | README.md | 139 Importing zcbor gives access to the DataTranslator class which is used to implement the command lin…
|