Home | History | Annotate | Download | only in base

Lines Matching full:expect_false

46   EXPECT_FALSE(outbool);
65 EXPECT_FALSE(pickle.ReadInt(&iter, &outint));
102 EXPECT_FALSE(pickle.ReadInt(&iter, &data));
113 EXPECT_FALSE(pickle.ReadInt(&iter, &data));
123 EXPECT_FALSE(pickle.ReadInt(&iter, &data));
152 EXPECT_FALSE(pickle.ReadString(&iter, &outstr));
161 EXPECT_FALSE(pickle.ReadWString(&iter, &woutstr));
223 EXPECT_FALSE(iter.GetReadPointerAndAdvance(1));
231 EXPECT_FALSE(PickleIterator(pickle).GetReadPointerAndAdvance(-1));
233 EXPECT_FALSE(PickleIterator(pickle).GetReadPointerAndAdvance(bytes + 1));
234 EXPECT_FALSE(PickleIterator(pickle).GetReadPointerAndAdvance(INT_MAX));
235 EXPECT_FALSE(PickleIterator(pickle).GetReadPointerAndAdvance(INT_MIN));
313 EXPECT_FALSE(source.ReadString16(&iter, &str16));
328 EXPECT_FALSE(bad_len.ReadString16(&iter, &str16));
335 EXPECT_FALSE(big_len.ReadWString(&iter, &wstr));