Home
last modified time | relevance | path

Searched refs:grpcwrap_batch_context (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/
Dgrpc_wrap.cc78 typedef struct grpcwrap_batch_context { struct
92 } grpcwrap_batch_context; argument
94 GPR_EXPORT grpcwrap_batch_context* GPR_CALLTYPE
97 (grpcwrap_batch_context*)gpr_malloc(sizeof(grpcwrap_batch_context)); in grpcwrap_batch_context_create()
98 memset(ctx, 0, sizeof(grpcwrap_batch_context)); in grpcwrap_batch_context_create()
242 grpcwrap_batch_context_destroy(grpcwrap_batch_context* ctx) { in grpcwrap_batch_context_destroy()
283 const grpcwrap_batch_context* ctx) { in grpcwrap_batch_context_recv_initial_metadata()
311 grpcwrap_batch_context_take_recv_message(grpcwrap_batch_context* ctx) { in grpcwrap_batch_context_take_recv_message()
322 const grpcwrap_batch_context* ctx) { in grpcwrap_batch_context_recv_status_on_client_status()
328 const grpcwrap_batch_context* ctx, size_t* details_length) { in grpcwrap_batch_context_recv_status_on_client_details()
[all …]
/external/rust/crates/grpcio/src/call/
Dmod.rs12 use crate::grpc_sys::{self, grpc_call, grpc_call_error, grpcwrap_batch_context};
190 ctx: *mut grpcwrap_batch_context,
200 pub fn as_ptr(&self) -> *mut grpcwrap_batch_context { in as_ptr() argument
250 fn box_batch_tag(tag: CallTag) -> (*mut grpcwrap_batch_context, *mut c_void) { in box_batch_tag() argument
261 F: FnOnce(*mut grpcwrap_batch_context, *mut c_void) -> grpc_call_error, in check_run() argument
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs3679 pub struct grpcwrap_batch_context { struct
3705 impl ::std::fmt::Debug for grpcwrap_batch_context { argument
3711 pub fn grpcwrap_batch_context_create() -> *mut grpcwrap_batch_context; in grpcwrap_batch_context_create()
3781 pub fn grpcwrap_batch_context_destroy(ctx: *mut grpcwrap_batch_context); in grpcwrap_batch_context_destroy() argument
3788 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_initial_metadata() argument
3812 ctx: *mut grpcwrap_batch_context, in grpcwrap_batch_context_take_recv_message() argument
3817 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_status_on_client_status() argument
3822 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_status_on_client_details() argument
3828 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_status_on_client_trailing_metadata() argument
3865 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_close_on_server_cancelled() argument
[all …]
Daarch64-unknown-linux-gnu-bindings.rs3679 pub struct grpcwrap_batch_context { struct
3705 impl ::std::fmt::Debug for grpcwrap_batch_context { argument
3711 pub fn grpcwrap_batch_context_create() -> *mut grpcwrap_batch_context; in grpcwrap_batch_context_create()
3781 pub fn grpcwrap_batch_context_destroy(ctx: *mut grpcwrap_batch_context); in grpcwrap_batch_context_destroy() argument
3788 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_initial_metadata() argument
3812 ctx: *mut grpcwrap_batch_context, in grpcwrap_batch_context_take_recv_message() argument
3817 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_status_on_client_status() argument
3822 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_status_on_client_details() argument
3828 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_status_on_client_trailing_metadata() argument
3865 ctx: *const grpcwrap_batch_context, in grpcwrap_batch_context_recv_close_on_server_cancelled() argument
[all …]