Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK_EQ

23   CHECK_EQ(NULL, scq.StartDequeue());
28 CHECK_EQ(NULL, scq.StartDequeue());
32 CHECK_EQ(NULL, scq.StartDequeue());
37 CHECK_EQ(NULL, scq.StartDequeue());
51 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
52 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
58 CHECK_EQ(NULL, scq.StartDequeue());
68 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
69 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
137 CHECK_EQ(NULL, scq.StartDequeue());
143 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
144 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
149 CHECK_EQ(NULL, scq.StartDequeue());
155 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
156 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
161 CHECK_EQ(NULL, scq.StartDequeue());
167 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
168 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
173 CHECK_EQ(NULL, scq.StartDequeue());