container/list.Element.Value (field)

13 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#L1702: 			entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1716: 	entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1732: 		return elem.Value.(*lruSessionCacheEntry).state, true

	github.com/refraction-networking/utls
		common.go#L1689: 			entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1703: 	entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1719: 		return elem.Value.(*lruSessionCacheEntry).state, true

	net/http
		transport.go#L3261: 	pc := ele.Value.(*persistConn)

	vendor/golang.org/x/text/unicode/bidi
		bracket.go#L160: 				opener := elem.Value.(int)