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#L71: func safeMap() map[key]*Value {
intern.go#L73: return map[key]*Value{}
intern.go#L82: func Get(cmpVal any) *Value {
intern.go#L89: func GetByString(s string) *Value {
intern.go#L97: func get(k key) *Value {
intern.go#L101: var v *Value
intern.go#L105: v = (*Value)(unsafe.Pointer(addr))
intern.go#L123: func finalize(v *Value) {
net/netip
netip.go#L63: z *intern.Value
netip.go#L69: z0 = (*intern.Value)(nil)
netip.go#L70: z4 = new(intern.Value)
netip.go#L71: z6noz = new(intern.Value)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)