Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_distributor_test.cc166 struct CallbackStatus { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
167 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() function
174 bool operator==(const CallbackStatus& other) const { in operator ==()