Home
last modified time | relevance | path

Searched defs:MakeSlice (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/
Dmemory_allocator.cc61 grpc_slice MemoryAllocator::MakeSlice(MemoryRequest request) { in MakeSlice() function in grpc_event_engine::experimental::MemoryAllocator
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dslice_buffer_test.cc34 Slice MakeSlice(size_t len) { in MakeSlice() function
/aosp_15_r20/external/grpc-grpc/test/core/slice/
H A Dslice_buffer_test.cc36 Slice MakeSlice(size_t len) { in MakeSlice() function
/aosp_15_r20/prebuilts/go/linux-x86/src/arena/
Darena.go72 func MakeSlice[T any](a *Arena, len, cap int) []T { func
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/
H A Dmemory_allocator.h136 grpc_slice MakeSlice(MemoryRequest request) { in MakeSlice() function
/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_test.cc126 TEST(MemoryQuotaTest, MakeSlice) { in TEST() argument
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_chttp2_hpack.cc47 static grpc_slice MakeSlice(const std::vector<uint8_t>& bytes) { in MakeSlice() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/
H A Dmemory_quota.cc382 grpc_slice GrpcMemoryAllocatorImpl::MakeSlice(MemoryRequest request) { in MakeSlice() function in grpc_core::GrpcMemoryAllocatorImpl
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go3190 func MakeSlice(typ Type, len, cap int) Value { func