Searched refs:grpc_raw_compressed_byte_buffer_create (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | byte_buffer.cc | 30 return grpc_raw_compressed_byte_buffer_create(slices, nslices, in grpc_raw_byte_buffer_create() 34 grpc_byte_buffer* grpc_raw_compressed_byte_buffer_create( in grpc_raw_compressed_byte_buffer_create() function 68 return grpc_raw_compressed_byte_buffer_create( in grpc_byte_buffer_copy()
|
D | call.cc | 1337 grpc_raw_compressed_byte_buffer_create(nullptr, 0, algo); in process_data_after_md()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | byte_buffer.cc | 30 return grpc_raw_compressed_byte_buffer_create(slices, nslices, in grpc_raw_byte_buffer_create() 34 grpc_byte_buffer* grpc_raw_compressed_byte_buffer_create( in grpc_raw_compressed_byte_buffer_create() function 68 return grpc_raw_compressed_byte_buffer_create( in grpc_byte_buffer_copy()
|
D | call.cc | 1282 grpc_raw_compressed_byte_buffer_create(nullptr, 0, algo); in process_data_after_md()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | byte_buffer.h | 43 GRPCAPI grpc_byte_buffer* grpc_raw_compressed_byte_buffer_create(
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | byte_buffer.h | 43 GRPCAPI grpc_byte_buffer* grpc_raw_compressed_byte_buffer_create(
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | byte_buffer.h | 43 GRPCAPI grpc_byte_buffer* grpc_raw_compressed_byte_buffer_create(
|
/external/grpc-grpc/ |
D | grpc.def | 133 grpc_raw_compressed_byte_buffer_create
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 163 grpc_raw_compressed_byte_buffer_create
|
/external/grpc-grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 142 buffer = grpc_raw_compressed_byte_buffer_create(sliceb_out.slices, in read_compressed_slice()
|
D | public_headers_must_be_c89.c | 192 printf("%lx", (unsigned long) grpc_raw_compressed_byte_buffer_create); in main()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 439 #define grpc_raw_compressed_byte_buffer_create grpc_raw_compressed_byte_buffer_create_import macro
|
/external/rust/crates/grpcio-sys/bindings/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 1366 pub fn grpc_raw_compressed_byte_buffer_create( in grpc_raw_compressed_byte_buffer_create() function
|
D | x86_64-unknown-linux-gnu-bindings.rs | 1366 pub fn grpc_raw_compressed_byte_buffer_create( in grpc_raw_compressed_byte_buffer_create() function
|