Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK_NE

20   CHECK_NE(SamplingCircularQueue::kClear, 1);
21 CHECK_NE(SamplingCircularQueue::kEnd, 1);
26 CHECK_NE(NULL, rec);
35 CHECK_NE(NULL, rec);
41 CHECK_NE(NULL, rec);
45 CHECK_NE(NULL, scq.StartDequeue());
50 CHECK_NE(NULL, rec);
54 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
63 CHECK_NE(NULL, scq.StartDequeue());
67 CHECK_NE(NULL, rec);
71 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
75 CHECK_NE(NULL, scq.StartDequeue());
98 CHECK_NE(NULL, rec);
131 CHECK_NE(SamplingCircularQueue::kClear, 1);
132 CHECK_NE(SamplingCircularQueue::kEnd, 1);
142 CHECK_NE(NULL, rec);
146 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
154 CHECK_NE(NULL, rec);
158 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
166 CHECK_NE(NULL, rec);
170 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));