go/types.StdSizes.Sizeof (method, view implemented interface methods)

5 uses

	go/types (current package)
		sizes.go#L82: 	a := s.Sizeof(T) // may be 0
		sizes.go#L104: 		o += s.Sizeof(f.typ)
		sizes.go#L125: func (s *StdSizes) Sizeof(T Type) int64 {
		sizes.go#L145: 		z := s.Sizeof(t.elem)
		sizes.go#L155: 		return offsets[n-1] + s.Sizeof(t.fields[n-1].typ)