github.com/google/pprof/profile.Location.mappingIDX (field)

7 uses

	github.com/google/pprof/profile (current package)
		encode.go#L99: 			l.mappingIDX = l.Mapping.ID
		encode.go#L101: 			l.mappingIDX = 0
		encode.go#L273: 		if id := l.mappingIDX; id < uint64(len(mappingIds)) {
		encode.go#L278: 		l.mappingIDX = 0
		encode.go#L483: 	encodeUint64Opt(b, 2, p.mappingIDX)
		encode.go#L494: 	func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;
		profile.go#L118: 	mappingIDX uint64