container/list.Element.Value (field)
11 uses
container/list (current package)
list.go#L27: Value any
list.go#L104: return l.insert(&Element{Value: v}, at)
list.go#L140: return e.Value
list.go#L224: l.insertValue(e.Value, l.root.prev)
list.go#L233: l.insertValue(e.Value, &l.root)
crypto/tls
common.go#L1428: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1442: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1458: return elem.Value.(*lruSessionCacheEntry).state, true
golang.org/x/text/unicode/bidi
bracket.go#L160: opener := elem.Value.(int)
net/http
transport.go#L2889: pc := ele.Value.(*persistConn)
vendor/golang.org/x/text/unicode/bidi
bracket.go#L160: opener := elem.Value.(int)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)