leveldb/include/leveldb
costan 9b44da73d9 Clarify comments for leveldb::Env file reading methods.
"Create a brand new [adjective] file" seems like the description for a
method that will create a new file, but is used for methods that open
existing files for read access.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=211468002
2018-09-04 10:36:18 -07:00
..
c.h Expose WriteBatch::Append in the C API. 2018-08-19 19:54:34 -07:00
cache.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
comparator.h Add LEVELDB_EXPORT macro to export public symbols. 2017-10-04 11:53:12 -07:00
db.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
dumpfile.h Add LEVELDB_EXPORT macro to export public symbols. 2017-10-04 11:53:12 -07:00
env.h Clarify comments for leveldb::Env file reading methods. 2018-09-04 10:36:18 -07:00
export.h Add CMake build support. 2018-03-16 19:17:27 -07:00
filter_policy.h leveldb: Require C++11. 2018-03-21 01:17:59 -07:00
iterator.h Clean up Iterator. 2018-06-04 17:24:44 -07:00
options.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
slice.h leveldb: Require C++11. 2018-03-21 01:17:59 -07:00
status.h Add move constructor to Status. 2018-04-23 16:22:30 -07:00
table_builder.h leveldb: Require C++11. 2018-03-21 01:17:59 -07:00
table.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
write_batch.h Expose WriteBatch::Append(). 2018-08-14 15:30:29 -07:00