Home
last modified time | relevance | path

Searched defs:grpc_slice_refcount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/
H A Dslice_refcount.h33 struct grpc_slice_refcount { struct
35 typedef void (*DestroyerFn)(grpc_slice_refcount*); argument
37 static grpc_slice_refcount* NoopRefcount() { in NoopRefcount() argument
48 explicit grpc_slice_refcount(DestroyerFn destroyer_fn) in grpc_slice_refcount() argument
53 if (grpc_slice_refcount_trace.enabled()) { in Ref() argument
60 if (grpc_slice_refcount_trace.enabled()) { in Unref() argument
73 bool IsUnique() const { return ref_.load(std::memory_order_relaxed) == 1; } in IsUnique()
77 DestroyerFn destroyer_fn_ = nullptr;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_refcount.h33 struct grpc_slice_refcount { struct
35 typedef void (*DestroyerFn)(grpc_slice_refcount*); argument
37 static grpc_slice_refcount* NoopRefcount() { in NoopRefcount() argument
48 explicit grpc_slice_refcount(DestroyerFn destroyer_fn) in grpc_slice_refcount() argument
53 if (grpc_slice_refcount_trace.enabled()) { in Ref() argument
60 if (grpc_slice_refcount_trace.enabled()) { in Unref() argument
73 bool IsUnique() const { return ref_.load(std::memory_order_relaxed) == 1; } in IsUnique()
77 DestroyerFn destroyer_fn_ = nullptr;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs206 pub struct grpc_slice_refcount { struct
213 pub refcount: *mut grpc_slice_refcount, argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs231 pub struct grpc_slice_refcount { struct
249 pub refcount: *mut grpc_slice_refcount, argument