Home
last modified time | relevance | path

Searched refs:overlap_with_db (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.cc540 bool overlap_with_db = false; in AssignLevelAndSeqnoForIngestedFile() local
565 overlap_with_db = true; in AssignLevelAndSeqnoForIngestedFile()
605 &overlap_with_db); in AssignLevelAndSeqnoForIngestedFile()
607 if (overlap_with_db && *assigned_seqno == 0) { in AssignLevelAndSeqnoForIngestedFile()
Dexternal_sst_file_test.cc1113 bool overlap_with_db = false; in TEST_F() local
1116 [&overlap_with_db](void* arg) { in TEST_F()
1118 overlap_with_db = *(static_cast<bool*>(arg)); in TEST_F()
1187 need_flush || assigned_seqno > 0 || overlap_with_db) { in TEST_F()