Searched refs:ReportEventConfigItem (Results 1 – 2 of 2) sorted by relevance
470 struct ReportEventConfigItem { struct471 ReportEventConfigItem(const ReportEventConfigItem &) = delete;472 ReportEventConfigItem &operator=(const ReportEventConfigItem &) = delete; argument473 ReportEventConfigItem(ReportEventConfigItem &&) = default;483 bool operator==(const ReportEventConfigItem &o) const argument487 bool operator!=(const ReportEventConfigItem &o) const496 ReportEventConfigItem(std::string eventName, uint32_t type, uint64_t config, argument502 std::vector<ReportEventConfigItem> configs_; argument543 void OutputStdStatistics(ReportEventConfigItem &);544 bool OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig);[all …]
322 void Report::OutputStdStatistics(ReportEventConfigItem &config) in OutputStdStatistics()342 bool Report::OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig) in OutputStdStatistics()361 void Report::OutputStdHead(ReportEventConfigItem &config, bool diffMode) in OutputStdHead()491 void Report::OutputStdContent(ReportEventConfigItem &config) in OutputStdContent()560 void Report::OutputStdContentDiff(ReportEventConfigItem &left, ReportEventConfigItem &right) in OutputStdContentDiff()