Lines Matching refs:reset
245 stats_.reset(new LogStatistics{false, false, first_log_timestamp}); in SingleBufferOperation()
246 log_buffer_.reset(new SimpleLogBuffer(&reader_list_, &tags_, stats_.get())); in SingleBufferOperation()
248 stats_.reset(new LogStatistics{false, false, first_log_timestamp}); in SingleBufferOperation()
249 log_buffer_.reset( in SingleBufferOperation()
252 stats_.reset(new LogStatistics{false, true, first_log_timestamp}); in SingleBufferOperation()
253 log_buffer_.reset(new SerializedLogBuffer(&reader_list_, &tags_, stats_.get())); in SingleBufferOperation()
443 operation.reset(new PrintInteresting(first_log_timestamp)); in main()
445 operation.reset(new PrintMemory(first_log_timestamp, argv[3])); in main()
447 operation.reset(new PrintLatency(first_log_timestamp, argv[3])); in main()
449 operation.reset(new PrintLogs(first_log_timestamp, argv[3], argc > 4 ? argv[4] : nullptr, in main()
452 operation.reset( in main()
455 operation.reset(new SingleBufferOperation(first_log_timestamp, argv[3])); in main()