Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2868 std::string tmp_value; in GetProperty() local
2869 bool ret_value = (this->*(property_info->handle_string_dbimpl))(&tmp_value); in GetProperty()
2871 *value = tmp_value; in GetProperty()