Searched refs:CopyEvents (Results 1 – 8 of 8) sorted by relevance
30 void CopyEvents(EventsProto* proto) const override;
43 void TestEventStorage::CopyEvents(EventsProto* proto) const { in CopyEvents() function in metrics::structured::TestEventStorage
53 virtual void CopyEvents(EventsProto* events_proto) const {} in CopyEvents() function
195 service_->recorder()->event_storage()->CopyEvents(&proto); in LoadRecordedEvents()