Home
last modified time | relevance | path

Searched defs:NewSync (Results 1 – 3 of 3) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/greatroar/blobloom/
H A Dsync.go44 func NewSync(nbits uint64, nhashes int) *SyncFilter { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/trie/
H A Dsync.go82 func NewSync(root common.Hash, database DatabaseReader, callback LeafCallback) *Sync { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Runtime.Remoting/
H A DSynchronizationAttributeTest.cs16 enum SynchRes { SameSync, NewSync, NoSync } enumerator