Searched refs:newReportUpdates (Results 1 – 2 of 2) sorted by relevance
171 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer() argument173 const auto newBufferSize = deduceBufferSize(newReportUpdates, in setReadingBuffer()181 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates() argument183 if (reportUpdates != newReportUpdates) in setReportUpdates()185 setReadingBuffer(newReportUpdates); in setReportUpdates()186 reportUpdates = newReportUpdates; in setReportUpdates()
100 void setReadingBuffer(const ReportUpdates newReportUpdates);101 void setReportUpdates(const ReportUpdates newReportUpdates);