Home
last modified time | relevance | path

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

/zcbor-3.6.0/
DARCHITECTURE.md70 2. An anonymous child of Bar, which has `self.type = "OTHER"`, and `self.value = "Foo"`
152 …- `"UNION"` are typically implemented as anonymous `union`s which removes one level of indirection…
/zcbor-3.6.0/zcbor/
Dzcbor.py1818 child.single_var_type(), anonymous=True))
1919 def add_var_name(self, var_type, full=False, anonymous=False): argument
1923 if not anonymous or var_type[-1][-1] != "}":
1957 decl = self.add_var_name(var_type, anonymous=(self.type == "UNION"))