Searched refs:NewSliceRefcount (Results 1 – 1 of 1) sorted by relevance
74 class NewSliceRefcount { class76 static void Destroy(void* arg) { delete static_cast<NewSliceRefcount*>(arg); } in Destroy()78 NewSliceRefcount(void (*destroy)(void*), void* user_data) in NewSliceRefcount() function in grpc_core::NewSliceRefcount83 ~NewSliceRefcount() { user_destroy_(user_data_); } in ~NewSliceRefcount()117 (new grpc_core::NewSliceRefcount(destroy, user_data))->base_refcount(); in grpc_slice_new_with_user_data()