Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dslice.h43 typedef struct grpc_slice_refcount_vtable { struct
48 } grpc_slice_refcount_vtable; argument
56 const grpc_slice_refcount_vtable* vtable;
/external/grpc-grpc/src/core/lib/slice/
Dslice.cc85 static const grpc_slice_refcount_vtable noop_refcount_vtable = {
125 static const grpc_slice_refcount_vtable new_slice_vtable = {
175 static const grpc_slice_refcount_vtable new_with_len_vtable = {
225 static const grpc_slice_refcount_vtable malloc_vtable = {
Dslice_intern.cc122 static const grpc_slice_refcount_vtable interned_slice_vtable = {
125 static const grpc_slice_refcount_vtable interned_slice_sub_vtable = {
/external/grpc-grpc/src/core/lib/transport/
Dstatic_metadata.cc114 static const grpc_slice_refcount_vtable static_sub_vtable = {
117 const grpc_slice_refcount_vtable grpc_static_metadata_vtable = {
Dtransport.cc111 static const grpc_slice_refcount_vtable stream_ref_slice_vtable = {
Dstatic_metadata.h252 extern const grpc_slice_refcount_vtable grpc_static_metadata_vtable;
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc441 static const grpc_slice_refcount_vtable ru_slice_vtable = {