go.uber.org/atomic.Uintptr.Load (method)

3 uses

	go.uber.org/atomic (current package)
		uintptr.go#L44: func (i *Uintptr) Load() uintptr {
		uintptr.go#L92: 	return json.Marshal(i.Load())
		uintptr.go#L107: 	v := i.Load()