Home
last modified time | relevance | path

Searched refs:dst_slices (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/util/
Dslice_splitter.cc40 size_t src_slice_count, grpc_slice** dst_slices, in grpc_split_slices() argument
48 *dst_slices = static_cast<grpc_slice*>( in grpc_split_slices()
51 (*dst_slices)[i] = src_slices[i]; in grpc_split_slices()
52 grpc_slice_ref((*dst_slices)[i]); in grpc_split_slices()
61 *dst_slices = static_cast<grpc_slice*>(gpr_malloc(sizeof(grpc_slice))); in grpc_split_slices()
62 **dst_slices = grpc_slice_malloc(length); in grpc_split_slices()
65 memcpy(GRPC_SLICE_START_PTR(**dst_slices) + length, in grpc_split_slices()
77 *dst_slices = in grpc_split_slices()
82 (*dst_slices)[length] = grpc_slice_sub(src_slices[i], j, j + 1); in grpc_split_slices()
Dslice_splitter.h40 size_t src_slice_count, grpc_slice** dst_slices,
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2506 uint32_t dst_slices = in PreCallValidateCmdCopyImage() local
2509 if (src_slices != dst_slices) { in PreCallValidateCmdCopyImage()