Searched defs:CallbackStatus (Results 1 – 1 of 1) sorted by relevance
166 struct CallbackStatus { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest167 std::string cert_name;168 bool root_being_watched;169 bool identity_being_watched;170 CallbackStatus(std::string name, bool root_watched, bool identity_watched) in CallbackStatus() function174 bool operator==(const CallbackStatus& other) const { in operator ==()