Searched defs:SliceRefComparator (Results 1 – 1 of 1) sorted by relevance
85 struct SliceRefComparator { struct86 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()