Searched refs:num_outstanding_events_ (Results 1 – 2 of 2) sorted by relevance
37 num_outstanding_events_(0) {} in EventsWriter()55 if (num_outstanding_events_ > 0) { in InitIfNeeded()57 << num_outstanding_events_ << " events will be lost."; in InitIfNeeded()83 num_outstanding_events_ = 0; in InitIfNeeded()112 num_outstanding_events_++; in WriteSerializedEvent()125 if (num_outstanding_events_ == 0) return Status::OK(); in Flush()129 num_outstanding_events_, " events to ", in Flush()132 num_outstanding_events_, " events to ", in Flush()144 num_outstanding_events_, " events to ", in Flush()146 VLOG(1) << "Wrote " << num_outstanding_events_ << " events to disk."; in Flush()[all …]
92 int num_outstanding_events_; variable