container/list.Element.list (field)
16 uses
container/list (current package)
list.go#L24: list *List
list.go#L32: if p := e.next; e.list != nil && p != &e.list.root {
list.go#L40: if p := e.prev; e.list != nil && p != &e.list.root {
list.go#L97: e.list = l
list.go#L113: e.list = nil
list.go#L138: if e.list == l {
list.go#L162: if mark.list != l {
list.go#L173: if mark.list != l {
list.go#L184: if e.list != l || l.root.next == e {
list.go#L195: if e.list != l || l.root.prev == e {
list.go#L206: if e.list != l || e == mark || mark.list != l {
list.go#L216: if e.list != l || e == mark || mark.list != l {
![]() |
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. |