Searched refs:EventLogTagsParser (Results 1 – 4 of 4) sorted by relevance
27 class EventLogTagsParser : public TextParserBase {29 EventLogTagsParser() : TextParserBase(String8("EventLogTagsParser")) {}; in EventLogTagsParser() function30 ~EventLogTagsParser() {}; in ~EventLogTagsParser()
25 EventLogTagsParser::Parse(const int in, const int out) const in Parse()
60 return new EventLogTagsParser(); in selectParser()
55 EventLogTagsParser parser; in TEST_F()