Home
last modified time | relevance | path

Searched defs:embeddedType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dlookup.go238 type embeddedType struct { struct
239 typ Type
240 index []int // embedded field indices, starting with index at depth 0
241 indirect bool // if set, there was a pointer indirection on the path to this field
242 multiples bool // if set, typ appears multiple times at this depth
248 func consolidateMultiples(list []embeddedType) []embeddedType {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dlookup.go235 type embeddedType struct { struct
236 typ Type
237 index []int // embedded field indices, starting with index at depth 0
238 indirect bool // if set, there was a pointer indirection on the path to this field
239 multiples bool // if set, typ appears multiple times at this depth
245 func consolidateMultiples(list []embeddedType) []embeddedType {