rocksdb/env
Derrick Pallas 5272305437 Fix FilterBench when RTTI=0 (#6732)
Summary:
The dynamic_cast in the filter benchmark causes release mode to fail due to
no-rtti.  Replace with static_cast_with_check.

Signed-off-by: Derrick Pallas <derrick@pallas.us>

Addition by peterd: Remove unnecessary 2nd template arg on all static_cast_with_check
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6732

Reviewed By: ltamasi

Differential Revision: D21304260

Pulled By: pdillinger

fbshipit-source-id: 6e8eb437c4ca5a16dbbfa4053d67c4ad55f1608c
2020-04-29 13:09:23 -07:00
..
composite_env_wrapper.h Add IsDirectory() to Env and FS (#6711) 2020-04-17 14:39:18 -07:00
env.cc
env_basic_test.cc
env_chroot.cc
env_chroot.h
env_encryption.cc
env_hdfs.cc Add IsDirectory() to Env and FS (#6711) 2020-04-17 14:39:18 -07:00
env_posix.cc
env_test.cc Add IsDirectory() to Env and FS (#6711) 2020-04-17 14:39:18 -07:00
file_system.cc
fs_posix.cc Add IsDirectory() to Env and FS (#6711) 2020-04-17 14:39:18 -07:00
io_posix.cc Fix unused variable of r in release mode (#6750) 2020-04-24 15:14:13 -07:00
io_posix.h
io_posix_test.cc
mock_env.cc Fix FilterBench when RTTI=0 (#6732) 2020-04-29 13:09:23 -07:00
mock_env.h
mock_env_test.cc