Searched defs:embeddedType (Results 1 – 2 of 2) sorted by relevance
238 type embeddedType struct { struct239 typ Type240 index []int // embedded field indices, starting with index at depth 0241 indirect bool // if set, there was a pointer indirection on the path to this field242 multiples bool // if set, typ appears multiple times at this depth248 func consolidateMultiples(list []embeddedType) []embeddedType {
235 type embeddedType struct { struct236 typ Type237 index []int // embedded field indices, starting with index at depth 0238 indirect bool // if set, there was a pointer indirection on the path to this field239 multiples bool // if set, typ appears multiple times at this depth245 func consolidateMultiples(list []embeddedType) []embeddedType {