Searched refs:ve (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/db/ |
| D | version_edit_test.cc | 232 VersionEdit ve; in TEST_F() local 242 ASSERT_NOK(ve.DecodeFrom(encoded)); in TEST_F() 252 ASSERT_NOK(ve.DecodeFrom(encoded)); in TEST_F() 264 ASSERT_OK(ve.DecodeFrom(encoded)); in TEST_F() 266 ASSERT_TRUE(ve.HasLogNumber()); in TEST_F() 267 ASSERT_TRUE(ve.HasNextFile()); in TEST_F() 268 ASSERT_EQ(66, ve.GetLogNumber()); in TEST_F() 269 ASSERT_EQ(88, ve.GetNextFile()); in TEST_F()
|
| D | version_set.cc | 4925 VersionEdit ve; in ReduceNumberOfLevels() local 4930 mutable_cf_options, &ve, &dummy_mutex, nullptr, true); in ReduceNumberOfLevels()
|
| /rocksdb-6.9/ |
| D | CONTRIBUTING.md | 9 only need to do this once, so if you've done this for another Facebook
|
| D | ROCKSDB_LITE.md | 3 RocksDBLite is a project focused on mobile use cases, which don't need a lot of fancy things we've …
|
| /rocksdb-6.9/docs/_docs/ |
| D | faq.md | 22 By contrast, we’ve published the [RocksDB benchmark results](https://github.com/facebook/rocksdb/wi…
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-06-26-17-level-based-changes.markdown | 40 … work since we don't pull in any L1 files, whereas L0->L1 compaction would've pulled in all of the…
|
| D | 2018-08-23-data-block-hash-index.markdown | 7 We've designed and implemented a _data block hash index_ in RocksDB that has the benefit of both re…
|