Home
last modified time | relevance | path

Searched refs:grpc_slice_buffer_take_first (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_buffer.cc51 return Slice(grpc_slice_buffer_take_first(&slice_buffer_)); in TakeFirst()
325 grpc_slice slice = grpc_slice_buffer_take_first(src); in slice_buffer_move_first_maybe_ref()
368 grpc_slice slice = grpc_slice_buffer_take_first(src); in grpc_slice_buffer_move_first_into_buffer()
442 grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb) { in grpc_slice_buffer_take_first() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/
H A Dslice_buffer.cc51 return Slice(grpc_slice_buffer_take_first(&slice_buffer_)); in TakeFirst()
344 grpc_slice slice = grpc_slice_buffer_take_first(src); in slice_buffer_move_first_maybe_ref()
406 grpc_slice slice = grpc_slice_buffer_take_first(src); in grpc_slice_buffer_move_first_into_buffer()
495 grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb) { in grpc_slice_buffer_take_first() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/
Dslice_buffer.cc38 return Slice(grpc_slice_buffer_take_first(&slice_buffer_)); in TakeFirst()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/
H A Dslice_buffer.cc37 return Slice(grpc_slice_buffer_take_first(&slice_buffer_)); in TakeFirst()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dslice_buffer.h75 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dslice_buffer.h75 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb);
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dslice_buffer.h74 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dgrpc.def220 grpc_slice_buffer_take_first
/aosp_15_r20/external/grpc-grpc/
H A Dgrpc.def223 grpc_slice_buffer_take_first
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dendpoint_cfstream.cc201 grpc_slice slice = grpc_slice_buffer_take_first(ep->write_slices); in WriteAction()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc201 grpc_slice slice = grpc_slice_buffer_take_first(ep->write_slices); in WriteAction()
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h709 #define grpc_slice_buffer_take_first grpc_slice_buffer_take_first_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs1144 pub fn grpc_slice_buffer_take_first(sb: *mut grpc_slice_buffer) -> grpc_slice; in grpc_slice_buffer_take_first() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2653 grpc_core::CSliceUnref(grpc_slice_buffer_take_first(&t->read_buffer)); in read_action_parse_loop_locked()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs1433 pub fn grpc_slice_buffer_take_first(sb: *mut grpc_slice_buffer) -> grpc_slice; in grpc_slice_buffer_take_first() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch1365 + pub fn grpc_slice_buffer_take_first(sb: *mut grpc_slice_buffer) -> grpc_slice;