Home
last modified time | relevance | path

Searched refs:ParseBoolean (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/util/
Dstring_util.h115 bool ParseBoolean(const std::string& type, const std::string& value);
Dstring_util.cc268 bool ParseBoolean(const std::string& type, const std::string& value) { in ParseBoolean() function
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc523 ParseBoolean("use_block_based_builder", trim(value.substr(pos + 1))); in ParseBlockBasedTableOption()
/rocksdb-6.9/options/
Doptions_helper.cc478 *reinterpret_cast<bool*>(opt_address) = ParseBoolean("", value); in ParseOptionHelper()
986 ParseBoolean("", value.substr(start, value.size() - start)); in ParseCompressionOptions()