Searched refs:structDef (Results 1 – 3 of 3) sorted by relevance
2059 structDef = [s for s in dfDefs if s[3] == structName][0]2060 sType = structDef[0]2061 sSuffix = structDef[1] + structDef[2]2223 structDef = [s for s in dpDefs if s[3] == structName][0]2224 sType = structDef[0]2225 sSuffix = structDef[1] + structDef[2]
2058 structDef = [s for s in dfDefs if s[3] == structName][0]2059 sType = structDef[0]2060 sSuffix = structDef[1] + structDef[2]2222 structDef = [s for s in dpDefs if s[3] == structName][0]2223 sType = structDef[0]2224 sSuffix = structDef[1] + structDef[2]
575 const StructDefinition& structDef = e.as<StructDefinition>(); in write() local577 this->write(structDef.type()); in write()