Home
last modified time | relevance | path

Searched defs:grpc_call (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc139 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 …]
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc120 struct grpc_call { struct
123 grpc_call_combiner call_combiner; argument
133 /** has grpc_call_unref been called */ argument
134 bool destroy_called;
136 bool cancellation_is_inherited;
138 bool sent_initial_metadata;
139 bool sending_message;
140 bool sent_final_op;
164 grpc_call_final_info final_info; argument
176 grpc_call_context_element context[GRPC_CONTEXT_COUNT]; argument
[all …]
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs864 pub struct grpc_call { struct
865 _unused: [u8; 0],
1841 parent_call: *mut grpc_call, in grpc_channel_create_call()
1848 ) -> *mut grpc_call; in grpc_channel_create_call()
1866 parent_call: *mut grpc_call, in grpc_channel_create_registered_call()
1872 ) -> *mut grpc_call; in grpc_channel_create_registered_call()
1877 pub fn grpc_call_arena_alloc(call: *mut grpc_call, size: usize) -> *mut ::std::os::raw::c_void; in grpc_call_arena_alloc()
1901 call: *mut grpc_call, in grpc_call_start_batch()
1927 pub fn grpc_census_call_set_context(call: *mut grpc_call, context: *mut census_context); in grpc_census_call_set_context()
1987 call: *mut grpc_call, in grpc_call_cancel()
[all …]
Dx86_64-unknown-linux-gnu-bindings.rs864 pub struct grpc_call { struct
865 _unused: [u8; 0],
1841 parent_call: *mut grpc_call, in grpc_channel_create_call()
1848 ) -> *mut grpc_call; in grpc_channel_create_call()
1866 parent_call: *mut grpc_call, in grpc_channel_create_registered_call()
1872 ) -> *mut grpc_call; in grpc_channel_create_registered_call()
1877 pub fn grpc_call_arena_alloc(call: *mut grpc_call, size: usize) -> *mut ::std::os::raw::c_void; in grpc_call_arena_alloc()
1901 call: *mut grpc_call, in grpc_call_start_batch()
1927 pub fn grpc_census_call_set_context(call: *mut grpc_call, context: *mut census_context); in grpc_census_call_set_context()
1987 call: *mut grpc_call, in grpc_call_cancel()
[all …]
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Drpc_service_method.h76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
Dmethod_handler.h386 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h76 virtual void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
Dmethod_handler.h386 void* Deserialize(grpc_call* /*call*/, grpc_byte_buffer* req, in Deserialize() argument
/external/rust/crates/grpcio/src/call/
Dmod.rs336 pub unsafe fn from_raw(call: *mut grpc_sys::grpc_call, cq: CompletionQueue) -> Call { in from_raw()
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h70 typedef struct grpc_call grpc_call; typedef
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h70 typedef struct grpc_call grpc_call; typedef
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h70 typedef struct grpc_call grpc_call; typedef