Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK_NE

22   CHECK_NE(SamplingCircularQueue::kClear, 1);
23 CHECK_NE(SamplingCircularQueue::kEnd, 1);
28 CHECK_NE(NULL, rec);
37 CHECK_NE(NULL, rec);
43 CHECK_NE(NULL, rec);
47 CHECK_NE(NULL, scq.StartDequeue());
52 CHECK_NE(NULL, rec);
56 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
65 CHECK_NE(NULL, scq.StartDequeue());
69 CHECK_NE(NULL, rec);
73 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
77 CHECK_NE(NULL, scq.StartDequeue());
101 CHECK_NE(NULL, rec);
134 CHECK_NE(SamplingCircularQueue::kClear, 1);
135 CHECK_NE(SamplingCircularQueue::kEnd, 1);
146 CHECK_NE(NULL, rec);
150 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
158 CHECK_NE(NULL, rec);
162 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
170 CHECK_NE(NULL, rec);
174 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));