Searched defs:CallbackStatus (Results 1 – 1 of 1) sorted by relevance
159 struct CallbackStatus { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest160 std::string cert_name;161 bool root_being_watched;162 bool identity_being_watched;163 CallbackStatus(std::string name, bool root_watched, bool identity_watched) in CallbackStatus() function167 bool operator==(const CallbackStatus& other) const { in operator ==()