Home
last modified time | relevance | path

Searched refs:MovedStringSliceRefCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc132 class MovedStringSliceRefCount : public grpc_slice_refcount { class
134 explicit MovedStringSliceRefCount(UniquePtr<char>&& str) in MovedStringSliceRefCount() function in grpc_core::MovedStringSliceRefCount
139 delete static_cast<MovedStringSliceRefCount*>(arg); in Destroy()
196 slice.refcount = new grpc_core::MovedStringSliceRefCount(std::move(p)); in grpc_slice_from_moved_buffer()
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/
H A Dslice.cc132 class MovedStringSliceRefCount : public grpc_slice_refcount { class
134 explicit MovedStringSliceRefCount(UniquePtr<char>&& str) in MovedStringSliceRefCount() function in grpc_core::MovedStringSliceRefCount
139 delete static_cast<MovedStringSliceRefCount*>(arg); in Destroy()
196 slice.refcount = new grpc_core::MovedStringSliceRefCount(std::move(p)); in grpc_slice_from_moved_buffer()