Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/utilities/
Dldb_cmd.h128 static const char* DELIM; variable
/rocksdb-6.9/tools/
Dldb_cmd.cc85 const char* LDBCommand::DELIM = " ==> "; member in ROCKSDB_NAMESPACE::LDBCommand
728 size_t pos = line.find(DELIM); in ParseKeyValue()
731 *value = line.substr(pos + strlen(DELIM)); in ParseKeyValue()
807 result.append(DELIM); in PrintKeyValue()