Searched refs:ThreadDiagnostic (Results 1 – 1 of 1) sorted by relevance
774 struct ThreadDiagnostic { struct775 ThreadDiagnostic(size_t id, Diagnostic diag) in ThreadDiagnostic() function777 bool operator<(const ThreadDiagnostic &rhs) const { return id < rhs.id; } in operator <() argument826 for (ThreadDiagnostic &diag : diagnostics) in emitDiagnostics()883 mutable std::vector<ThreadDiagnostic> diagnostics;