Home | History | Annotate | Download | only in notifier

Lines Matching refs:expected_

38   const UnackedInvalidationSet expected_;
56 : expected_(expected) {}
66 return expected_.object_id_ == actual.object_id_
67 && std::equal(expected_.invalidations_.begin(),
68 expected_.invalidations_.end(),
74 *os << " is equal to " << PrintToString(expected_);
79 *os << " isn't equal to " << PrintToString(expected_);
109 const UnackedInvalidationsMap expected_;
116 : expected_(expected) {
123 UnackedInvalidationsMapToObjectIdInvalidationMap(expected_);
132 *os << " is equal to " << PrintToString(expected_);
137 *os << " isn't equal to " << PrintToString(expected_);