Home
last modified time | relevance | path

Searched defs:slice_length (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dbyte_buffer_reader.cc93 const size_t slice_length = GRPC_SLICE_LENGTH(in_slice); in grpc_byte_buffer_reader_readall() local
/external/grpc-grpc/src/core/lib/surface/
Dbyte_buffer_reader.cc121 const size_t slice_length = GRPC_SLICE_LENGTH(in_slice); in grpc_byte_buffer_reader_readall() local
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.cc64 size_t slice_length = GRPC_SLICE_LENGTH(src->slices[i]); in alts_grpc_record_protocol_copy_slice_buffer() local
Dalts_zero_copy_grpc_protector.cc77 size_t slice_length = GRPC_SLICE_LENGTH(sb->slices[i]); in read_frame_size() local
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.cc64 size_t slice_length = GRPC_SLICE_LENGTH(src->slices[i]); in alts_grpc_record_protocol_copy_slice_buffer() local
Dalts_zero_copy_grpc_protector.cc77 size_t slice_length = GRPC_SLICE_LENGTH(sb->slices[i]); in read_frame_size() local
/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc177 const int64 slice_length = in Compute() local
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc59 size_t slice_length = gsec_test_bias_random_uint32(kMaxSliceLength) + 1; in create_random_slice_buffer() local
Dalts_iovec_record_protocol_test.cc68 size_t slice_length = in randomly_slice() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1312 size_t slice_length; in UpdateOffsetForBytesSent() local
1499 size_t slice_length; in tcp_flush() local
/external/grpc-grpc/src/core/tsi/
Dfake_transport_security.cc134 size_t slice_length = GRPC_SLICE_LENGTH(sb->slices[i]); in read_frame_size() local
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dfake_transport_security.cc130 size_t slice_length = GRPC_SLICE_LENGTH(sb->slices[i]); in read_frame_size() local
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc862 size_t slice_length; in tcp_flush() local
/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc57 size_t slice_length = in gsec_randomly_slice() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc980 Py_ssize_t length, from, to, step, slice_length; in DeleteRepeatedField() local