Searched refs:chunk_reader (Results 1 – 3 of 3) sorted by relevance
66 if (!context_.chunk_reader) in Parse()67 context_.chunk_reader.reset(new ForwardingTraceParser(&context_)); in Parse()71 util::Status status = context_.chunk_reader->Parse(std::move(data), size); in Parse()77 if (unrecoverable_parse_error_ || !context_.chunk_reader) in NotifyEndOfFile()80 context_.chunk_reader->NotifyEndOfFile(); in NotifyEndOfFile()
59 std::unique_ptr<ChunkedTraceReader> chunk_reader; variable
240 context_.chunk_reader.reset(new ProtoTraceTokenizer(&context_)); in Tokenize()242 context_.chunk_reader->Parse(std::move(raw_trace), trace_bytes.size()); in Tokenize()