HasId              22 sync/internal_api/protocol_event_buffer_unittest.cc   static bool HasId(const ProtocolEvent& event, int64 id);
HasId              55 sync/internal_api/protocol_event_buffer_unittest.cc   EXPECT_TRUE(HasId(*(buffered_events[0]), 1));
HasId              56 sync/internal_api/protocol_event_buffer_unittest.cc   EXPECT_TRUE(HasId(*(buffered_events[1]), 2));
HasId              71 sync/internal_api/protocol_event_buffer_unittest.cc         HasId(*(buffered_events[i-1]), static_cast<int64>(i)));