Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ nextMany64
Method
nextMany64
manyiterator.go:5–5 ·
view source on GitHub ↗
(hs uint64, buf []uint64)
Source
from the content-addressed store, hash-verified
3
type
manyIterable
interface
{
4
nextMany(hs uint32, buf []uint32) int
5
nextMany64(hs uint64, buf []uint64) int
6
}
7
8
func
(si *shortIterator) nextMany(hs uint32, buf []uint32) int {
Callers
3
NextMany64
Method · 0.65
TestBitmapcontainerNextHasMany
Function · 0.65
TestManyIterator
Function · 0.65
Implementers
3
bitmapContainerManyIterator
bitmapcontainer.go
shortIterator
shortiterator.go
runIterator16
runcontainer.go
Calls
no outgoing calls
Tested by
2
TestBitmapcontainerNextHasMany
Function · 0.52
TestManyIterator
Function · 0.52