Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_internal.h100 struct grpc_slice_refcount { struct
110 grpc_slice_refcount() = default; argument
112 explicit grpc_slice_refcount(Type t) : ref_type_(t) {} in grpc_slice_refcount() function
114 explicit grpc_slice_refcount(grpc_slice_refcount* sub) : sub_refcount_(sub) {} in grpc_slice_refcount() argument
136 grpc_slice_refcount(grpc_slice_refcount::Type type, grpc_core::RefCount* ref, in grpc_slice_refcount() function
145 grpc_slice_refcount(grpc_slice_refcount* sub, Type type) in grpc_slice_refcount() argument
164 grpc_slice_refcount* sub_refcount() const { return sub_refcount_; } in sub_refcount() argument
169 grpc_slice_refcount* sub_refcount_ = this; argument
177 static grpc_slice_refcount kStaticSubRefcount; argument
/external/grpc-grpc/include/grpc/impl/codegen/
Dslice.h55 typedef struct grpc_slice_refcount { struct
56 const grpc_slice_refcount_vtable* vtable; argument
61 struct grpc_slice_refcount* sub_refcount; argument
62 } grpc_slice_refcount; typedef
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs223 pub struct grpc_slice_refcount { struct
238 pub refcount: *mut grpc_slice_refcount, argument
Daarch64-unknown-linux-gnu-bindings.rs223 pub struct grpc_slice_refcount { struct
238 pub refcount: *mut grpc_slice_refcount, argument