Searched refs:declaration (Results 1 – 4 of 4) sorted by relevance
7 If a removed variant is strictly needed, add your own forward declaration in your code.
91 * zcbor_common.h: Add forward declaration for strnlen()
662 instantiation. If omitted, the entire declaration is a
2062 def enclose(self, ingress, declaration): argument2064 if declaration:2065 return [f"{ingress} {{"] + [indentation + line for line in declaration] + ["}"]2071 declaration = self.enclose("union", self.child_single_declarations())2072 return declaration