Home
last modified time | relevance | path

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

/third_party/grpc/test/core/compression/
Dstream_compression_test.cc117 grpc_slice slice_recv = grpc_slice_buffer_take_first(&sink); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
202 grpc_slice slice1 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context()
203 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context()
/third_party/grpc/include/grpc/impl/codegen/
Dgpr_slice.h65 #define gpr_slice_buffer_take_first grpc_slice_buffer_take_first
/third_party/grpc/include/grpc/
Dslice_buffer.h75 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb);
/third_party/grpc/src/core/lib/slice/
Dslice_buffer.cc280 grpc_slice slice = grpc_slice_buffer_take_first(src); in slice_buffer_move_first_maybe_ref()
323 grpc_slice slice = grpc_slice_buffer_take_first(src); in grpc_slice_buffer_move_first_into_buffer()
379 grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb) { in grpc_slice_buffer_take_first() function
/third_party/grpc/src/core/lib/transport/
Dbyte_stream.cc66 *slice = grpc_slice_buffer_take_first(&backing_buffer_); in Pull()
/third_party/grpc/
Dgrpc.def215 grpc_slice_buffer_take_first
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c282 printf("%lx", (unsigned long) grpc_slice_buffer_take_first); in main()
/third_party/grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc205 grpc_slice slice = grpc_slice_buffer_take_first(ep->write_slices); in WriteAction()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h715 #define grpc_slice_buffer_take_first grpc_slice_buffer_take_first_import macro