Searched refs:SanityCheckV2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Daddr_unittest.cc39 EXPECT_TRUE(Addr(0).SanityCheckV2());
40 EXPECT_TRUE(Addr(0x80001000).SanityCheckV2());
41 EXPECT_TRUE(Addr(0xC3FFFFFF).SanityCheckV2());
42 EXPECT_TRUE(Addr(0xC0FFFFFF).SanityCheckV2());
46 EXPECT_FALSE(Addr(0x20).SanityCheckV2());
47 EXPECT_FALSE(Addr(0x10001000).SanityCheckV2());
50 EXPECT_FALSE(Addr(0xD0001000).SanityCheckV2());
52 EXPECT_FALSE(Addr(0xF0000000).SanityCheckV2());
55 EXPECT_FALSE(Addr(0x14000000).SanityCheckV2());
56 EXPECT_FALSE(Addr(0x18000000).SanityCheckV2());
[all...]
H A Daddr.cc29 bool Addr::SanityCheckV2() const { function in class:disk_cache::Addr
57 if (!SanityCheckV2() || !is_initialized())
83 if (!SanityCheckV2() || !is_initialized())
H A Daddr.h161 bool SanityCheckV2() const;
H A Drankings.cc541 if (!next_addr.SanityCheckV2() || next_addr.file_type() != RANKINGS ||
542 !prev_addr.SanityCheckV2() || prev_addr.file_type() != RANKINGS)
H A Dentry_impl.cc602 if (!key_addr.SanityCheckV2())
635 if (!data_addr.SanityCheckV2())
660 !data_addr.SanityCheckV2()) {

Completed in 263 milliseconds