Home
last modified time | relevance | path

Searched refs:NewSkip (Results 1 – 3 of 3) sorted by last modified time

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dskip.go20 func NewSkip(primaryIt graph.Iterator, skip int64) *Skip { func
47 return NewSkip(it.primaryIt.Clone(), it.skip)
H A Dskip_test.go21 u := NewSkip(allIt, 0)
33 u = NewSkip(allIt, 3)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/shape/
H A Dshape.go1170 it = iterator.NewSkip(it, s.Skip)