Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc325 const int max_count, in ParseVersionNumber() argument
331 for (int i = 0; i < max_count; ++i) { in ParseVersionNumber()
338 if (version_index >= max_count - 1) { in ParseVersionNumber()
341 ver_name.c_str(), max_count - 1); in ParseVersionNumber()
Doptions_parser.h119 const std::string& ver_string, const int max_count,
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10212 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local
10217 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()