github.com/google/pprof/profile.Sample.locationIDX (field)

8 uses

	github.com/google/pprof/profile (current package)
		encode.go#L79: 		s.locationIDX = make([]uint64, len(s.Location))
		encode.go#L81: 			s.locationIDX[i] = loc.ID
		encode.go#L335: 		s.Location = make([]*Location, len(s.locationIDX))
		encode.go#L336: 		for i, lid := range s.locationIDX {
		encode.go#L343: 		s.locationIDX = nil
		encode.go#L401: 	encodeUint64s(b, 1, p.locationIDX)
		encode.go#L411: 	func(b *buffer, m message) error { return decodeUint64s(b, &m.(*Sample).locationIDX) },
		profile.go#L79: 	locationIDX []uint64