Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/tools/rdb/
DAPI.md18 # column families, this argument can be
30 # This argument can be left off for the default
44 # in. This argument can be left off for the
57 # This argument can be left off for the default
73 # This argument can be left off for the default
89 # Returns true if the argument array was well-formed and was
/rocksdb-6.9/options/
Doptions_parser.cc139 std::string* argument, in ParseSection() argument
151 *argument = UnescapeOptionString( in ParseSection()
155 *argument = ""; in ParseSection()
164 return CheckSection(*section, *argument, line_num); in ParseSection()
171 return CheckSection(*section, *argument, line_num); in ParseSection()
222 std::string argument; in Parse() local
238 s = EndSection(section, title, argument, opt_map, ignore_unknown_options); in Parse()
253 s = ParseSection(&section, &title, &argument, line, line_num); in Parse()
268 s = EndSection(section, title, argument, opt_map, ignore_unknown_options); in Parse()
Doptions_parser.h100 std::string* argument, const std::string& line,
/rocksdb-6.9/docs/_posts/
D2017-08-24-pinnableslice.markdown8 …a49a8ceacca338fcd5/include/rocksdb/db.h#L310) receives a std::string as argument to which it will …
D2017-08-25-flushwal.markdown20 …or `DB::FlushWAL` is called by the user. The API also accepts a boolean argument should we want to…
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini26 # where section argument is optional.
/rocksdb-6.9/
DHISTORY.md178 …d. The same change is made for the default value of high_pri_pool_ratio argument in NewLRUCache().…
195 * Add argument `--secondary_path` to ldb to open the database as the secondary instance. This would…
379 * The default value of NewBloomFilterPolicy()'s argument use_block_based_builder is changed to fals…
412 * GetAllKeyVersions() to take an extra argument of `max_num_ikeys`.
484 * RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument will only be effective if the o…
492 * NewSstFileManager to add an argument bytes_max_delete_chunk with default 64MB. With this argument
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc8304 void AddArgument(const char* argument) { in AddArgument() argument
8305 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument()
8585 void AddArgument(const char* argument) { in AddArgument() argument
8586 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument()