Revision 2b4d5ceb47c61312226b9e37e17d1b712326bd52 authored by Siying Dong on 27 March 2019, 17:18:56 UTC, committed by Facebook Github Bot on 27 March 2019, 17:28:21 UTC
Summary:
The code convention we are following, Google C++ Style, discourage
alias in header files, especially public headers:
https://google.github.io/styleguide/cppguide.html#Aliases
Remove some of them. Might removed some from .cc files as well to be consistent.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5113

Differential Revision: D14633030

Pulled By: siying

fbshipit-source-id: b990edc919d5de60295992284f980195e501d424
1 parent 9358178
History
File Mode Size
file_read_sample.h -rw-r--r-- 801 bytes
histogram.cc -rw-r--r-- 9.3 KB
histogram.h -rw-r--r-- 4.4 KB
histogram_test.cc -rw-r--r-- 7.1 KB
histogram_windowing.cc -rw-r--r-- 6.3 KB
histogram_windowing.h -rw-r--r-- 2.8 KB
instrumented_mutex.cc -rw-r--r-- 2.0 KB
instrumented_mutex.h -rw-r--r-- 2.3 KB
iostats_context.cc -rw-r--r-- 1.6 KB
iostats_context_imp.h -rw-r--r-- 2.0 KB
iostats_context_test.cc -rw-r--r-- 979 bytes
perf_context.cc -rw-r--r-- 23.8 KB
perf_context_imp.h -rw-r--r-- 3.9 KB
perf_level.cc -rw-r--r-- 683 bytes
perf_level_imp.h -rw-r--r-- 496 bytes
perf_step_timer.h -rw-r--r-- 1.9 KB
statistics.cc -rw-r--r-- 18.2 KB
statistics.h -rw-r--r-- 4.5 KB
statistics_test.cc -rw-r--r-- 1.5 KB
thread_status_impl.cc -rw-r--r-- 4.8 KB
thread_status_updater.cc -rw-r--r-- 11.0 KB
thread_status_updater.h -rw-r--r-- 8.5 KB
thread_status_updater_debug.cc -rw-r--r-- 1.3 KB
thread_status_util.cc -rw-r--r-- 7.1 KB
thread_status_util.h -rw-r--r-- 5.1 KB
thread_status_util_debug.cc -rw-r--r-- 966 bytes

back to top