Searched defs:grpc_call (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/core/lib/surface/ |
D | call.cc | 139 struct grpc_call { struct 140 grpc_call(grpc_core::Arena* arena, const grpc_call_create_args& args) in grpc_call() function 153 ~grpc_call() { in ~grpc_call() argument 169 /** has grpc_call_unref been called */ argument 170 bool destroy_called = false; 172 bool cancellation_is_inherited = false; 174 bool sent_initial_metadata = false; 175 bool sending_message = false; 176 bool sent_final_op = false; 200 grpc_call_final_info final_info; argument [all …]
|
/third_party/grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_client_test.cc | 151 static grpc_call_error check_must_not_be_called(grpc_call* /*call*/, in check_must_not_be_called() argument 164 static grpc_call_error check_client_start_success(grpc_call* /*call*/, in check_client_start_success() argument 214 static grpc_call_error check_server_start_success(grpc_call* /*call*/, in check_server_start_success() argument 257 static grpc_call_error check_next_success(grpc_call* /*call*/, in check_next_success() argument 280 static grpc_call_error check_grpc_call_failure(grpc_call* /*call*/, in check_grpc_call_failure() argument
|
/third_party/grpc/test/core/end2end/tests/ |
D | cancel_test_helpers.h | 29 static grpc_call_error wait_for_deadline(grpc_call* /*call*/, void* reserved) { in wait_for_deadline() argument
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
D | method_handler.h | 383 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCWrappedCall.m | 245 pooledChannel:(GRPCPooledChannel *)pooledChannel {
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 70 typedef struct grpc_call grpc_call; typedef
|