Searched refs:ParseBoolean (Results 1 – 4 of 4) sorted by relevance
115 bool ParseBoolean(const std::string& type, const std::string& value);
268 bool ParseBoolean(const std::string& type, const std::string& value) { in ParseBoolean() function
523 ParseBoolean("use_block_based_builder", trim(value.substr(pos + 1))); in ParseBlockBasedTableOption()
478 *reinterpret_cast<bool*>(opt_address) = ParseBoolean("", value); in ParseOptionHelper()986 ParseBoolean("", value.substr(start, value.size() - start)); in ParseCompressionOptions()