Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.h126 bool watch_identity_pair() { return watch_identity_pair_; } in watch_identity_pair()
169 void set_watch_identity_pair(bool watch) { watch_identity_pair_ = watch; } in set_watch_identity_pair()
189 bool watch_identity_pair_ = false; member