Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Dread_write_util.cc26 std::string* output, bool* has_data, Status* result) { in ReadOneLine() argument
42 if (*has_data) { in ReadOneLine()
47 *has_data = false; in ReadOneLine()
53 *has_data = (input_slice.size() == kBufferSize); in ReadOneLine()
59 return *has_data || has_complete_line; in ReadOneLine()
Dread_write_util.h29 std::string* output, bool* has_data, Status* result);
/rocksdb-6.9/tools/
Dtrace_analyzer_test.cc129 bool has_data = true; in CheckFileContent() local
138 for (count = 0; ReadOneLine(&iss, &sf_reader, &get_line, &has_data, &s); in CheckFileContent()
Dtrace_analyzer_tool.cc1053 bool has_data = true; in ReProcessing() local
1071 ReadOneLine(&iss, &sf_reader, &get_key, &has_data, &s); in ReProcessing()
/rocksdb-6.9/options/
Doptions_parser.cc226 bool has_data = true; in Parse() local
228 for (int line_num = 1; ReadOneLine(&iss, &sf_reader, &line, &has_data, &s); in Parse()