Home
last modified time | relevance | path

Searched refs:watch_root_cert_ (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.h124 bool watch_root_cert() { return watch_root_cert_; } in watch_root_cert()
158 void set_watch_root_cert(bool watch) { watch_root_cert_ = watch; } in set_watch_root_cert()
187 bool watch_root_cert_ = false; member