Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc157 class MovedStringSliceRefCount { class
159 explicit MovedStringSliceRefCount(grpc_core::UniquePtr<char>&& str) in MovedStringSliceRefCount() function in grpc_core::MovedStringSliceRefCount
168 delete static_cast<MovedStringSliceRefCount*>(arg); in Destroy()
242 slice.refcount = (new grpc_core::MovedStringSliceRefCount(std::move(p))) in grpc_slice_from_moved_buffer()