/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/ |
H A D | ensure_sorted.cpp | 72 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 D | ensure_sorted.h | 66 bool isInOrder(const BSONObj& lhsSortKey, const BSONObj& rhsSortKey) const;
|
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/ |
H A D | SpanNearQuery.h | 44 bool isInOrder();
|
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/ |
H A D | PatchIndex.hs | 743 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 D | SpanNearQuery.h | 86 bool isInOrder() const; in CL_NS_DEF2()
|
H A D | SpanNearQuery.cpp | 89 bool SpanNearQuery::isInOrder() const in isInOrder() function in SpanNearQuery
|
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 225 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 D | ResourceManager.h | 222 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 D | ResourceManager.h | 222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 223 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 222 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 D | ResourceManager.h | 222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 222 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 D | ResourceManager.h | 223 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 D | ResourceManager.h | 222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 222 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 D | ResourceManager.h | 222 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 D | ResourceManager.h | 222 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 D | ResourceManager.h | 223 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/spans/ |
H A D | SpanNearQuery.cpp | 44 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 D | ResourceManager.h | 222 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 224 bool isInOrder() const { return BufferSize == 1; } in isInOrder() function
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-mca/ |
H A D | Scheduler.h | 190 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 D | SelectVariantsIntegrationTest.java | 112 … Assert.assertTrue(Comparators.isInOrder(vcs, Comparator.comparingInt(VariantContext::getStart))); in testUntrimmedVariants() 129 … Assert.assertTrue(Comparators.isInOrder(vcs, Comparator.comparingInt(VariantContext::getStart))); in testUntrimmedVariantsWithSetFilteredGtToNocall()
|