leveldb/table
Victor Costan 24424a1ef2 Style cleanup.
1) Convert iterator-based for loops to C++11 foreach loops.
2) Convert "void operator=" to "T& operator=".
3) Switch from copy operators from private to public deleted.
4) Switch from empty ctors / dtors to "= default" where appropriate.

PiperOrigin-RevId: 246679195
2019-05-04 17:42:20 -07:00
..
block_builder.cc Merge pull request #278 from wankai:master 2019-05-04 02:12:27 -07:00
block_builder.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
block.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
block.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
filter_block_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
filter_block.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
filter_block.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
format.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
format.h Style cleanup. 2019-05-04 17:42:20 -07:00
iterator_wrapper.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
iterator.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
merger.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
merger.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
table_builder.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
table_test.cc Style cleanup. 2019-05-04 17:42:20 -07:00
table.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
two_level_iterator.cc Style cleanup. 2019-05-04 17:42:20 -07:00
two_level_iterator.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00