Searched defs:use_tls (Results 1 – 3 of 3) sorted by relevance
36 bool use_tls) { in GetClient()61 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() local74 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() local87 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmptyStream() local98 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doRequestStreaming() local109 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
31 bool use_tls; member