Searched refs:MovedStringSliceRefCount (Results 1 – 2 of 2) sorted by relevance
132 class MovedStringSliceRefCount : public grpc_slice_refcount { class134 explicit MovedStringSliceRefCount(UniquePtr<char>&& str) in MovedStringSliceRefCount() function in grpc_core::MovedStringSliceRefCount139 delete static_cast<MovedStringSliceRefCount*>(arg); in Destroy()196 slice.refcount = new grpc_core::MovedStringSliceRefCount(std::move(p)); in grpc_slice_from_moved_buffer()