Home
last modified time | relevance | path

Searched defs:grpc_byte_buffer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/grpc-grpc/include/grpc/impl/
H A Dgrpc_types.h42 typedef struct grpc_byte_buffer { struct
44 grpc_byte_buffer_type type; argument
45 union grpc_byte_buffer_data { argument
54 } grpc_byte_buffer; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/
Dgrpc_types.h42 typedef struct grpc_byte_buffer { struct
44 grpc_byte_buffer_type type; argument
45 union grpc_byte_buffer_data { argument
54 } grpc_byte_buffer; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/
Dgrpc_types.h42 typedef struct grpc_byte_buffer { struct
44 grpc_byte_buffer_type type; argument
45 union grpc_byte_buffer_data { argument
54 } grpc_byte_buffer; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs646 pub struct grpc_byte_buffer { struct
648 pub type_: grpc_byte_buffer_type, argument
649 pub data: grpc_byte_buffer_grpc_byte_buffer_data, argument
678 impl ::std::fmt::Debug for grpc_byte_buffer { implementation
1155 ) -> *mut grpc_byte_buffer; in grpc_raw_byte_buffer_create()
1163 ) -> *mut grpc_byte_buffer; in grpc_raw_compressed_byte_buffer_create()
1167 pub fn grpc_byte_buffer_copy(bb: *mut grpc_byte_buffer) -> *mut grpc_byte_buffer; in grpc_byte_buffer_copy()
1175 pub fn grpc_byte_buffer_destroy(bb: *mut grpc_byte_buffer); in grpc_byte_buffer_destroy()
1181 buffer: *mut grpc_byte_buffer, in grpc_byte_buffer_reader_init()
1210 ) -> *mut grpc_byte_buffer; in grpc_raw_byte_buffer_from_reader()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs813 pub struct grpc_byte_buffer { struct
815 pub type_: grpc_byte_buffer_type, argument
816 pub data: grpc_byte_buffer_grpc_byte_buffer_data, argument
845 impl ::std::fmt::Debug for grpc_byte_buffer { implementation
1447 ) -> *mut grpc_byte_buffer; in grpc_raw_byte_buffer_create()
1460 ) -> *mut grpc_byte_buffer; in grpc_raw_compressed_byte_buffer_create()
1467 pub fn grpc_byte_buffer_copy(bb: *mut grpc_byte_buffer) -> *mut grpc_byte_buffer; in grpc_byte_buffer_copy()
1475 pub fn grpc_byte_buffer_destroy(bb: *mut grpc_byte_buffer); in grpc_byte_buffer_destroy()
1482 buffer: *mut grpc_byte_buffer, in grpc_byte_buffer_reader_init()
1522 ) -> *mut grpc_byte_buffer; in grpc_raw_byte_buffer_from_reader()
[all …]
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/GRPCCore/
H A DNSData+GRPC.mm62 + (instancetype)grpc_dataWithByteBuffer:(grpc_byte_buffer *)buffer {
H A DGRPCWrappedCall.mm171 - (instancetype)initWithHandler:(void (^)(grpc_byte_buffer *))handler {
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/
H A DGRPCCallLegacy.mm279 - (void)startReadWithHandler:(void (^)(grpc_byte_buffer *))handler {