container/list.Element.Value (field)
29 uses
container/list (current package)
list.go#L27: Value interface{}
list.go#L104: return l.insert(&Element{Value: v}, at)
list.go#L143: return e.Value
list.go#L227: l.insertValue(e.Value, l.root.prev)
list.go#L236: l.insertValue(e.Value, &l.root)
crypto/tls
common.go#L1381: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1395: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1411: return elem.Value.(*lruSessionCacheEntry).state, true
github.com/go-git/go-git/v5/plumbing/cache
buffer_lru.go#L50: oldBuf := ee.Value.(buffer)
buffer_lru.go#L54: ee.Value = buffer{key, slice}
buffer_lru.go#L66: lastObj := last.Value.(buffer)
buffer_lru.go#L87: return ee.Value.(buffer).Slice, true
object_lru.go#L48: oldObj := ee.Value.(plumbing.EncodedObject)
object_lru.go#L52: ee.Value = obj
object_lru.go#L69: lastObj := last.Value.(plumbing.EncodedObject)
object_lru.go#L90: return ee.Value.(plumbing.EncodedObject), true
github.com/go-git/go-git/v5/plumbing/object
commit_walker.go#L297: c := it.currCommit.Value.(*Commit)
github.com/golang/groupcache/lru
lru.go#L63: ee.Value.(*entry).value = value
lru.go#L80: return ele.Value.(*entry).value, true
lru.go#L108: kv := e.Value.(*entry)
lru.go#L127: kv := e.Value.(*entry)
github.com/google/safehtml
stylesheet.go#L86: if v := e.Value.(byte); v != expected {
github.com/jackc/pgconn/stmtcache
lru.go#L58: return el.Value.(*pgconn.StatementDescription), nil
lru.go#L115: psd := elem.Value.(*pgconn.StatementDescription)
lru.go#L151: psd := oldest.Value.(*pgconn.StatementDescription)
golang.org/x/sync/semaphore
semaphore.go#L116: w := next.Value.(waiter)
golang.org/x/text/unicode/bidi
bracket.go#L160: opener := elem.Value.(int)
net/http
transport.go#L2879: 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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |