container/list.Element.Value (field)
20 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#L1646: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1660: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1676: return elem.Value.(*lruSessionCacheEntry).state, true
github.com/jackc/pgx/v5/pgconn
pgconn.go#L2243: val := elem.Value.(pipelineRequestEvent)
pgconn.go#L2248: elem.Value = val
pgconn.go#L2254: val := elem.Value.(pipelineRequestEvent)
pgconn.go#L2259: elem.Value = val
pgconn.go#L2287: val := elem.Value.(pipelineRequestEvent)
pgconn.go#L2312: sd = sdElem.Value.(*StatementDescription)
pgconn.go#L2319: resultFormats = rfElem.Value.([]int16)
pgconn.go#L2337: val := elem.Value.(pipelineRequestEvent)
golang.org/x/sync/semaphore
semaphore.go#L140: w := next.Value.(waiter)
golang.org/x/text/unicode/bidi
bracket.go#L160: opener := elem.Value.(int)
net/http
transport.go#L3125: 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.7.6. (GOOS=linux GOARCH=amd64)