internal/profile.Sample.Location (field)
20 uses
internal/profile (current package)
encode.go#L64: for _, l := range s.Location {
encode.go#L267: s.Location = nil
encode.go#L269: s.Location = append(s.Location, locations[lid])
graph.go#L274: if last := len(sample.Location) - 1; last < i {
graph.go#L278: l := sample.Location[i]
merge.go#L136: Location: make([]*Location, len(src.Location)),
merge.go#L142: for i, l := range src.Location {
merge.go#L143: s.Location[i] = pm.mapLocation(l)
merge.go#L177: ids := make([]string, len(sample.Location))
merge.go#L178: for i, l := range sample.Location {
profile.go#L55: Location []*Location
profile.go#L318: for _, l := range s.Location {
prune.go#L58: for i := len(sample.Location) - 1; i >= 0; i-- {
prune.go#L59: id := sample.Location[i].ID
prune.go#L68: sample.Location = sample.Location[i+1:]
prune.go#L72: sample.Location = sample.Location[i:]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)