Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dhash_test.cc219 std::string Hash64TestDescriptor(const char *repeat, size_t limit) { in Hash64TestDescriptor() argument
225 input.append(repeat); in Hash64TestDescriptor()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc576 repeat_ = GTEST_FLAG(repeat); in GTestFlagSaver()
598 GTEST_FLAG(repeat) = repeat_; in ~GTestFlagSaver()
1761 repeat,
4583 if (GTEST_FLAG(repeat) != 1) in OnTestIterationStart()
6599 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); in RunAllTests() local
6601 const bool forever = repeat < 0; in RunAllTests()
6602 for (int i = 0; forever || i != repeat; i++) { in RunAllTests()
7264 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat)) || in ParseGoogleTestFlag()
10209 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead() argument
10211 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead()
[all …]
Dgtest.h19549 GTEST_DECLARE_int32_(repeat);
/rocksdb-6.9/docs/_posts/
D2014-09-12-cuckoo.markdown71 … _t_ locations are occupied, we skip over to next hash function _h2_ and repeat the process. We ca…