Searched refs:DELIM (Results 1 – 2 of 2) sorted by relevance
128 static const char* DELIM; variable
85 const char* LDBCommand::DELIM = " ==> "; member in ROCKSDB_NAMESPACE::LDBCommand728 size_t pos = line.find(DELIM); in ParseKeyValue()731 *value = line.substr(pos + strlen(DELIM)); in ParseKeyValue()807 result.append(DELIM); in PrintKeyValue()