Home
last modified time | relevance | path

Searched defs:CallbackStatus (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/test/core/security/
Dgrpc_tls_certificate_distributor_test.cc159 struct CallbackStatus { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
160 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() function
167 bool operator==(const CallbackStatus& other) const { in operator ==()