HomeSort by relevance Sort by last modified time
    Searched refs:grpc_slice_buffer_take_first (Results 1 - 12 of 12) sorted by null

  /external/grpc-grpc/include/grpc/impl/codegen/
gpr_slice.h 65 #define gpr_slice_buffer_take_first grpc_slice_buffer_take_first
  /external/grpc-grpc/include/grpc/
slice_buffer.h 75 GPRAPI grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* src);
  /external/grpc-grpc/test/core/compression/
stream_compression_test.cc 116 grpc_slice slice_recv = grpc_slice_buffer_take_first(&sink);
201 grpc_slice slice1 = grpc_slice_buffer_take_first(&relay);
202 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay);
  /external/grpc-grpc/src/core/lib/slice/
slice_buffer.cc 263 grpc_slice slice = grpc_slice_buffer_take_first(src);
306 grpc_slice slice = grpc_slice_buffer_take_first(src);
362 grpc_slice grpc_slice_buffer_take_first(grpc_slice_buffer* sb) { function
  /external/grpc-grpc/src/core/lib/compression/
stream_compression_gzip.cc 56 grpc_slice slice = grpc_slice_buffer_take_first(in);
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
frame_data.cc 112 grpc_slice slice = grpc_slice_buffer_take_first(slices);
  /external/grpc-grpc/src/core/lib/iomgr/
endpoint_cfstream.cc 203 grpc_slice slice = grpc_slice_buffer_take_first(ep->write_slices);
tcp_posix.cc 844 grpc_slice_buffer_take_first(tcp->outgoing_buffer));
    [all...]
  /external/grpc-grpc/src/core/lib/security/transport/
security_handshaker.cc 79 grpc_slice next_slice = grpc_slice_buffer_take_first(h->args->read_buffer);
  /external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c 254 printf("%lx", (unsigned long) grpc_slice_buffer_take_first);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 625 #define grpc_slice_buffer_take_first macro
    [all...]
  /external/grpc-grpc/src/core/ext/transport/cronet/transport/
cronet_transport.cc 682 grpc_slice slice = grpc_slice_buffer_take_first(write_slice_buffer);
    [all...]

Completed in 224 milliseconds