Home
last modified time | relevance | path

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

/zcbor-latest/zcbor/
Dzcbor.py2393 f"{newl_ind}&& ".join(child.full_xcode() for child in self.value),
2405 [self.value[0].full_xcode(union_int)]
2406 + [child.full_xcode() for child in self.value[1:]])
2417 child.full_xcode(union_int="DROP"))
2429 (child.full_xcode(
2448 [child.full_xcode() for child in self.value])
2560 xcoders.append(self.key.full_xcode(union_int))
2582 def full_xcode(self, union_int=None): member in CodeGenerator
2619 return self.full_xcode()
2646 type_name = self.type_name() if struct_ptr_name(self.mode) in self.full_xcode() else "void"