Home
last modified time | relevance | path

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

/zcbor-3.7.0/zcbor/
Dzcbor.py2276 f"{newl_ind}&& ".join(child.full_xcode() for child in self.value),
2288 [self.value[0].full_xcode(union_int)]
2289 + [child.full_xcode() for child in self.value[1:]])
2300 child.full_xcode(union_int="DROP"))
2312 (child.full_xcode(
2332 [child.full_xcode() for child in self.value])
2428 xcoders.append(self.key.full_xcode(union_int))
2452 def full_xcode(self, union_int=None): member in CodeGenerator
2487 return self.full_xcode()