Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_utils.h54 const grpc_slice& b_static_interned) { in grpc_slice_eq_static_interned() argument
55 if (a.refcount == b_static_interned.refcount) { in grpc_slice_eq_static_interned()
58 return !grpc_slice_differs_refcounted(a, b_static_interned); in grpc_slice_eq_static_interned()