Searched refs:custom (Results 1 – 13 of 13) sorted by relevance
2 # Timestamp file for custom commands dependencies management for ldb_tests.
1 # Empty custom commands generated dependencies file for ldb_tests.
63 # Include any custom commands dependencies for this target.
2 # Timestamp file for custom commands dependencies management for tools.
1 # Empty custom commands generated dependencies file for tools.
2 # Timestamp file for custom commands dependencies management for core_tools.
1 # Empty custom commands generated dependencies file for core_tools.
15 * Lua support in some custom functions
42 Another common pattern is using a custom compaction filter that drops keys in
125 …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…199 …custom 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…
1892 const auto& custom = GTEST_CUSTOM_GET_ARGVS_(); in GetArgvs() local1893 return ::std::vector<std::string>(custom.begin(), custom.end()); in GetArgvs()