Lines Matching refs:GetCacheBytesRead
2737 int64_t GetCacheBytesRead() { return block_cache_bytes_read; } in GetCacheBytesRead() function in ROCKSDB_NAMESPACE::BlockCachePropertiesSnapshot
2841 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()
2844 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()
2857 ASSERT_GT(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()
2860 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()
2870 ASSERT_EQ(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()
2873 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()
2884 ASSERT_GT(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()
2907 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()
2920 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()
2931 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()