Searched refs:EventFormat (Results 1 – 2 of 2) sorted by relevance
55 struct EventFormat { struct81 const EventFormat* GetEventFormat(int id) const;129 std::unordered_map<int, EventFormat> event_formats_;
355 const EventFormat* fmt = GetEventFormat(eid); in ParseBinaryEvent()476 auto it = event_formats_.emplace(id, EventFormat{std::move(name), {}}).first; in ParseEventLogDefinitionLine()515 const AndroidLogDataSource::EventFormat* AndroidLogDataSource::GetEventFormat( in GetEventFormat()