Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc462 size_t comment_pos = line.find('#', search_pos); in TrimAndRemoveComment() local
463 if (comment_pos == std::string::npos) { in TrimAndRemoveComment()
466 if (comment_pos == 0 || line[comment_pos - 1] != '\\') { in TrimAndRemoveComment()
467 end = comment_pos; in TrimAndRemoveComment()
470 search_pos = comment_pos + 1; in TrimAndRemoveComment()