type internal/intern.Value

17 uses

	internal/intern (current package)
		intern.go#L22: type Value struct {
		intern.go#L32: func (v *Value) Get() any { return v.cmpVal }
		intern.go#L54: func (k key) Value() *Value {
		intern.go#L56: 		return &Value{cmpVal: k.s}
		intern.go#L58: 	return &Value{cmpVal: k.cmpVal}
		intern.go#L73: func safeMap() map[key]*Value {
		intern.go#L75: 		return map[key]*Value{}
		intern.go#L84: func Get(cmpVal any) *Value {
		intern.go#L91: func GetByString(s string) *Value {
		intern.go#L100: func get(k key) *Value {
		intern.go#L104: 	var v *Value
		intern.go#L108: 		v = (*Value)(unsafe.Pointer(addr))
		intern.go#L126: func finalize(v *Value) {

	net/netip
		netip.go#L62: 	z *intern.Value
		netip.go#L68: 	z0    = (*intern.Value)(nil)
		netip.go#L69: 	z4    = new(intern.Value)
		netip.go#L70: 	z6noz = new(intern.Value)