Home
last modified time | relevance | path

Searched refs:GRPC_SLICE_SET_LENGTH (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h95 GRPC_SLICE_SET_LENGTH(slice_, remain); in Next()
/external/grpc-grpc/include/grpc/impl/codegen/
Dslice.h122 #define GRPC_SLICE_SET_LENGTH(slice, newlen) \ macro
/external/grpc-grpc/src/core/lib/slice/
Db64.cc234 GRPC_SLICE_SET_LENGTH(result, result_size); in grpc_base64_decode_with_len()
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression_gzip.cc120 GRPC_SLICE_SET_LENGTH(slice_out, len - ctx->zs.avail_out); in gzip_flate()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc227 GRPC_SLICE_SET_LENGTH(output, out.out - start_out); in grpc_chttp2_base64_encode_and_huffman_compress()