Searched refs:got_fatal_ (Results 1 – 1 of 1) sorted by relevance
73 got_fatal_ = true; in OnFatalError()80 bool GotFatalError() const { return got_fatal_; } in GotFatalError()83 std::atomic<bool> got_fatal_{false}; member in __anon592ff9c80111::DiscoveryReportingClient