go.etcd.io/bbolt.node.childIndex (method)

4 uses

	go.etcd.io/bbolt (current package)
		node.go#L81: func (n *node) childIndex(child *node) int {
		node.go#L96: 	index := n.parent.childIndex(n)
		node.go#L108: 	index := n.parent.childIndex(n)
		node.go#L460: 	var useNextSibling = (n.parent.childIndex(n) == 0)