Lines Matching refs:Reset

68   void Reset() {  in Reset()  function in ROCKSDB_NAMESPACE::BlockBasedBloomTest
76 Reset(); in ResetPolicy()
155 Reset(); in TEST_F()
278 void Reset() { in Reset() function in ROCKSDB_NAMESPACE::FullBloomTest
288 Reset(); in ResetPolicy()
468 Reset(); in TEST_P()
755 Slice Reset(uint32_t len_without_metadata, uint32_t num_lines, in Reset() function
791 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 6, fill)); in TEST_P()
796 OpenRaw(cft.Reset(CACHE_LINE_SIZE * 3, 3, 6, fill)); in TEST_P()
802 OpenRaw(cft.Reset(256 * 3, 3, 6, fill)); in TEST_P()
808 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 30, fill)); in TEST_P()
814 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 1, fill)); in TEST_P()
819 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 0, fill)); in TEST_P()
824 OpenRaw(cft.Reset(0, 0, 6, fill)); in TEST_P()
829 OpenRaw(cft.Reset(0, 37, 6, fill)); in TEST_P()
834 OpenRaw(cft.Reset(0, 0, 0, fill)); in TEST_P()
840 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 0, 6, fill)); in TEST_P()
846 OpenRaw(cft.Reset(4, 3, 6, fill)); in TEST_P()
852 OpenRaw(cft.Reset(97 * 3, 3, 6, fill)); in TEST_P()
858 OpenRaw(cft.Reset(65 * 3, 3, 6, fill)); in TEST_P()
864 OpenRaw(cft.Reset(static_cast<uint32_t>(-1), 3, 6, fill)); in TEST_P()
868 OpenRaw(cft.Reset(static_cast<uint32_t>(-5), 3, 6, fill)); in TEST_P()
875 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 31, fill)); in TEST_P()
881 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 127, fill)); in TEST_P()
890 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 128, fill)); in TEST_P()
896 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 255, fill)); in TEST_P()