Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/
Dcompiler_depend.ts2 # Timestamp file for custom commands dependencies management for ldb_tests.
Dcompiler_depend.make1 # Empty custom commands generated dependencies file for ldb_tests.
Dbuild.make63 # Include any custom commands dependencies for this target.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dcompiler_depend.ts2 # Timestamp file for custom commands dependencies management for tools.
Dcompiler_depend.make1 # Empty custom commands generated dependencies file for tools.
Dbuild.make63 # Include any custom commands dependencies for this target.
/rocksdb-6.9/CMakeFiles/core_tools.dir/
Dcompiler_depend.ts2 # Timestamp file for custom commands dependencies management for core_tools.
Dcompiler_depend.make1 # Empty custom commands generated dependencies file for core_tools.
Dbuild.make63 # Include any custom commands dependencies for this target.
/rocksdb-6.9/docs/_posts/
D2016-02-25-rocksdb-ama.markdown15 * Lua support in some custom functions
D2018-11-21-delete-range.markdown42 Another common pattern is using a custom compaction filter that drops keys in
/rocksdb-6.9/
DHISTORY.md125 …StyleCustomFilterPolicy` in db_bloom_filter_test.cc. While most existing custom implementations of…
190 * Replaces old Registra with ObjectRegistry to allow user to create custom object from string, also…
199custom objects in unit tests. In the affected unit tests, RocksDB will create custom Env objects b…
362 * Introduced `MemoryAllocator`, which lets the user specify custom memory allocator for block based…
560 * Allow setting a custom trash/DB size ratio limit in the SstFileManager, after which files that ar…
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1892 const auto& custom = GTEST_CUSTOM_GET_ARGVS_(); in GetArgvs() local
1893 return ::std::vector<std::string>(custom.begin(), custom.end()); in GetArgvs()