Searched refs:EventParser (Results 1 – 8 of 8) sorted by relevance
42 uint64_t EventParser::ReadLittleEndian(uint8_t bytes) { in ReadLittleEndian()67 uint64_t EventParser::ReadVarInt() { in ReadVarInt()77 uint64_t EventParser::ReadOptionalValuePositions() { in ReadOptionalValuePositions()101 uint64_t EventParser::ReadSingleValue(FieldType field_type) { in ReadSingleValue()121 void EventParser::ReadDeltasAndPopulateValues( in ReadDeltasAndPopulateValues()164 RtcEventLogParseStatus EventParser::Initialize(absl::string_view s, in Initialize()179 RtcEventLogParseStatus EventParser::ParseNumericFieldInternal( in ParseNumericFieldInternal()251 RtcEventLogParseStatus EventParser::ParseStringFieldInternal() { in ParseStringFieldInternal()283 RtcEventLogParseStatus EventParser::ParseField(const FieldParameters& params) { in ParseField()351 EventParser::ParseStringField(const FieldParameters& params, in ParseStringField()[all …]
41 RtcEventLogParseStatus ParseImpl(EventParser&, in ParseImpl() argument64 EventParser& parser, in ParseImpl()122 EventParser parser; in ParseBatch()
36 EventParser parser; in Parse()
43 EventParser parser; in Parse()
100 class EventParser {107 EventParser() = default;
387 EventParser parser_;
42 public class EventParser extends ParametersParser { class48 public EventParser(String event) { in EventParser() method in EventParser56 protected EventParser(Lexer lexer) { in EventParser() method in EventParser
192 parserTable.put(EventHeader.NAME.toLowerCase(), EventParser.class); in EventHeader.NAME.toLowerCase()193 parserTable.put("o", EventParser.class);