Home
last modified time | relevance | path

Searched refs:shouldCombine (Results 1 – 4 of 4) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/metainfo/
H A Dbatch.go222 } else if endpoint.shouldCombine(segmentID.Index, i, req.Requests) {
259 if endpoint.shouldCombine(singleRequest.SegmentMakeInline.Position.Index, i, req.Requests) {
354 func (endpoint *Endpoint) shouldCombine(segmentIndex int32, reqIndex int, requests []*pb.BatchReque… func
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/collection/
H A DExternalSorter.scala181 val shouldCombine = aggregator.isDefined constant
183 if (shouldCombine) {
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.h1014 CGO *CGONewFromPyList(PyMOLGlobals * G, PyObject * list, int version, bool shouldCombine=true);
H A DCGO.cpp463 CGO *CGONewFromPyList(PyMOLGlobals * G, PyObject * list, int version, bool shouldCombine) in CGONewFromPyList() argument
489 if (shouldCombine && I && I->has_begin_end){ in CGONewFromPyList()