Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DUtility.h80 template <typename S0, typename S1>
82 typename make_seq<Size / 2>::template apply<S0, S1>,
83 typename make_seq<Size / 2>::template apply<S0, S1>,
84 typename make_seq<Size % 2>::template apply<S0, S1>>::type;
88 template <typename S0, typename S1>
89 using apply = S1;
93 template <typename S0, typename S1>
/rocksdb-6.9/memtable/
Dinlineskiplist_test.cc270 const int S1 = 100; in TEST_F() local
277 Key with_hint[S1]; in TEST_F()
279 void* hints[S1]; in TEST_F()
280 for (int i = 0; i < S1; i++) { in TEST_F()
300 Key s = rnd.Uniform(S1 + S2); in TEST_F()
301 if (s < S1) { in TEST_F()
305 Key key = (without_hint[s - S1] << 32) + rnd.Next(); in TEST_F()
/rocksdb-6.9/db/
Ddb_test.cc1612 static const int S1 = 100000; in TEST_F() local
1616 ASSERT_OK(Put(1, Key(i), RandomString(&rnd, S1))); in TEST_F()
1628 ASSERT_TRUE(Between(Size("", Key(i), 1), S1 * i, S2 * i)); in TEST_F()
1629 ASSERT_TRUE(Between(Size("", Key(i) + ".suffix", 1), S1 * (i + 1), in TEST_F()
1631 ASSERT_TRUE(Between(Size(Key(i), Key(i + 10), 1), S1 * 10, S2 * 10)); in TEST_F()
1633 ASSERT_TRUE(Between(Size("", Key(50), 1), S1 * 50, S2 * 50)); in TEST_F()
1635 Between(Size("", Key(50) + ".suffix", 1), S1 * 50, S2 * 50)); in TEST_F()