Searched refs:use_tls_raw (Results 1 – 1 of 1) sorted by relevance
58 jboolean use_tls_raw) { in Java_io_grpc_interop_cpp_InteropActivity_doEmpty() argument61 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmpty()71 jboolean use_tls_raw) { in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary() argument74 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doLargeUnary()84 jboolean use_tls_raw) { in Java_io_grpc_interop_cpp_InteropActivity_doEmptyStream() argument87 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doEmptyStream()95 jboolean use_tls_raw) { in Java_io_grpc_interop_cpp_InteropActivity_doRequestStreaming() argument98 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doRequestStreaming()106 jboolean use_tls_raw) { in Java_io_grpc_interop_cpp_InteropActivity_doResponseStreaming() argument109 bool use_tls = static_cast<bool>(use_tls_raw); in Java_io_grpc_interop_cpp_InteropActivity_doResponseStreaming()[all …]