Searched defs:use_tls (Results 1 – 4 of 4) sorted by relevance
29 bool use_tls) { in GetClient()51 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() local66 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() local81 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmptyStream() local94 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doRequestStreaming() local107 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doResponseStreaming() local122 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doPingPong() local
31 def __init__(self, use_tls, *args, **kwargs): argument110 def start_server(handler, use_tls=False): argument
52 def get_server_credentials(use_tls): argument
31 bool use_tls; member