Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc329 int current_digit_count = 0; in ParseVersionNumber() local
344 if (current_digit_count == 0) { in ParseVersionNumber()
352 current_digit_count = 0; in ParseVersionNumber()
356 current_digit_count++; in ParseVersionNumber()
365 if (has_dot && current_digit_count == 0) { in ParseVersionNumber()