Searched refs:hashb (Results 1 – 1 of 1) sorted by relevance
71 int64_t hashb = static_cast<int64_t>(b.Hashcode()); in CheckHashCodeEqual() local73 CHECK_NE(static_cast<int64_t>(0), hashb); in CheckHashCodeEqual()74 CHECK_EQ(hasha, hashb); in CheckHashCodeEqual()81 int64_t hashb = static_cast<int64_t>(b.Hashcode()); in CheckHashCodeNotEqual() local83 CHECK_NE(static_cast<int64_t>(0), hashb); in CheckHashCodeNotEqual()84 CHECK_NE(hasha, hashb); in CheckHashCodeNotEqual()