Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc74 class NewSliceRefcount { class
76 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::NewSliceRefcount
83 ~NewSliceRefcount() { user_destroy_(user_data_); } in ~NewSliceRefcount()
117 (new grpc_core::NewSliceRefcount(destroy, user_data))->base_refcount(); in grpc_slice_new_with_user_data()