Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc85 struct SliceRefComparator { struct
86 typedef grpc_slice_refcount* Type;
87 static grpc_slice_refcount* Null() { return nullptr; } in Null()
88 static bool IsNull(const grpc_slice_refcount* sref) { in IsNull()
91 static bool Equals(const grpc_slice_refcount* s1, in Equals()
95 static void Ref(grpc_slice_refcount* sref) { in Ref()
99 static void Unref(grpc_slice_refcount* sref) { in Unref()