HomeSort by relevance Sort by last modified time
    Searched full:embeddedtype (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 77 current := []embeddedType{{typ, nil, isPtr, false}}
90 var next []embeddedType // embedded types found at current depth
157 next = append(next, embeddedType{typ, concat(e.index, i), e.indirect || isPtr, e.multiples})
194 // embeddedType represents an embedded type
195 type embeddedType struct {
205 func consolidateMultiples(list []embeddedType) []embeddedType {
methodset.go 82 current := []embeddedType{{typ, nil, isPtr, false}}
95 var next []embeddedType // embedded types found at current depth
140 next = append(next, embeddedType{typ, concat(e.index, i), e.indirect || isPtr, e.multiples})
  /prebuilts/go/linux-x86/src/go/types/
lookup.go 77 current := []embeddedType{{typ, nil, isPtr, false}}
90 var next []embeddedType // embedded types found at current depth
157 next = append(next, embeddedType{typ, concat(e.index, i), e.indirect || isPtr, e.multiples})
194 // embeddedType represents an embedded type
195 type embeddedType struct {
205 func consolidateMultiples(list []embeddedType) []embeddedType {
methodset.go 82 current := []embeddedType{{typ, nil, isPtr, false}}
95 var next []embeddedType // embedded types found at current depth
140 next = append(next, embeddedType{typ, concat(e.index, i), e.indirect || isPtr, e.multiples})
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
types.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
types.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
types.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
types.a     [all...]

Completed in 886 milliseconds