Searched refs:chunk_reader (Results 1 – 3 of 3) sorted by relevance
92 if (!context_.chunk_reader) in Parse()93 context_.chunk_reader.reset(new ForwardingTraceParser(&context_)); in Parse()97 util::Status status = context_.chunk_reader->Parse(std::move(data), size); in Parse()103 if (unrecoverable_parse_error_ || !context_.chunk_reader) in NotifyEndOfFile()106 context_.chunk_reader->NotifyEndOfFile(); in NotifyEndOfFile()
63 std::unique_ptr<ChunkedTraceReader> chunk_reader; variable
271 context_.chunk_reader.reset(new ProtoTraceReader(&context_)); in Tokenize()273 context_.chunk_reader->Parse(std::move(raw_trace), trace_bytes.size()); in Tokenize()