Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc150 *title = TrimAndRemoveComment(line.substr(1, arg_start_pos - 1), true); in ParseSection()
154 *title = TrimAndRemoveComment(line.substr(1, line.size() - 2), true); in ParseSection()
195 *name = TrimAndRemoveComment(line.substr(0, eq_pos), true); in ParseStatement()
197 TrimAndRemoveComment(line.substr(eq_pos + 1, line.size() - eq_pos - 1)); in ParseStatement()
233 line = TrimAndRemoveComment(line); in Parse()
453 std::string RocksDBOptionsParser::TrimAndRemoveComment(const std::string& line, in TrimAndRemoveComment() function in ROCKSDB_NAMESPACE::RocksDBOptionsParser
Doptions_parser.h55 static std::string TrimAndRemoveComment(const std::string& line,
Doptions_test.cc1987 ASSERT_EQ(RocksDBOptionsParser::TrimAndRemoveComment( in TEST_F()
1991 ASSERT_EQ(RocksDBOptionsParser::TrimAndRemoveComment( in TEST_F()