Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_utils.h48 const grpc_slice& b_not_inline);
Dslice.cc504 const grpc_slice& b_not_inline) { in grpc_slice_differs_refcounted() argument
514 if (a_len != b_not_inline.data.refcounted.length) { in grpc_slice_differs_refcounted()
525 return memcmp(a_ptr, b_not_inline.data.refcounted.bytes, a_len); in grpc_slice_differs_refcounted()