Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10211 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
10219 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()