go.etcd.io/bbolt.elemRef.count (method)
9 uses
go.etcd.io/bbolt (current package)
cursor.go#L40: if c.stack[len(c.stack)-1].count() == 0 {
cursor.go#L60: ref.index = ref.count() - 1
cursor.go#L121: if ref := &c.stack[len(c.stack)-1]; ref.index >= ref.count() {
cursor.go#L205: nextRef.index = nextRef.count() - 1
cursor.go#L219: if elem.index < elem.count()-1 {
cursor.go#L238: if c.stack[len(c.stack)-1].count() == 0 {
cursor.go#L338: if ref.count() == 0 || ref.index >= ref.count() {
cursor.go#L391: func (r *elemRef) count() int {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)