Home
last modified time | relevance | path

Searched refs:isInOrder (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Densure_sorted.cpp72 if (!_prevSortKey.isEmpty() && !isInOrder(_prevSortKey, curSortKey)) { in doWork()
99 bool EnsureSortedStage::isInOrder(const BSONObj& lhsSortKey, const BSONObj& rhsSortKey) const { in isInOrder() function in mongo::EnsureSortedStage
H A Densure_sorted.h66 bool isInOrder(const BSONObj& lhsSortKey, const BSONObj& rhsSortKey) const;
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DSpanNearQuery.h44 bool isInOrder();
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DPatchIndex.hs743 unless (isInOrder ascTs pids) (fail $ "In order test failed! filename: " ++ show fn)
755 unless (isInOrder ascTs pids) (fail $ "In order test failed! fileid: " ++ show fid)
769 isInOrder :: Eq a => [a] -> [a] -> Bool
770 isInOrder (x:xs) (y:ys) | x == y = isInOrder xs ys function
771 | otherwise = isInOrder (x:xs) ys
772 isInOrder [] _ = True function
773 isInOrder _ [] = False function
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/spans/
H A DSpanNearQuery.h86 bool isInOrder() const; in CL_NS_DEF2()
H A DSpanNearQuery.cpp89 bool SpanNearQuery::isInOrder() const in isInOrder() function in SpanNearQuery
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h225 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h223 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h223 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h223 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/spans/
H A DSpanNearQuery.cpp44 bool SpanNearQuery::isInOrder() { in isInOrder() function in Lucene::SpanNearQuery
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h224 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-mca/
H A DScheduler.h190 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DSelectVariantsIntegrationTest.java112 … Assert.assertTrue(Comparators.isInOrder(vcs, Comparator.comparingInt(VariantContext::getStart))); in testUntrimmedVariants()
129 … Assert.assertTrue(Comparators.isInOrder(vcs, Comparator.comparingInt(VariantContext::getStart))); in testUntrimmedVariantsWithSetFilteredGtToNocall()

12