GRPC C++  1.26.0
Data Structures | Namespaces | Functions | Variables
slice_utils.h File Reference
#include <grpc/support/port_platform.h>
#include <cstring>
#include <grpc/slice.h>
#include "src/core/lib/gpr/murmur_hash.h"

Go to the source code of this file.

Data Structures

struct  grpc_core::ManagedMemorySlice
 
struct  grpc_core::UnmanagedMemorySlice
 
struct  grpc_core::ExternallyManagedSlice
 
struct  grpc_core::StaticMetadataSlice
 
struct  grpc_core::InternedSlice
 

Namespaces

 grpc_core
 Internal thread interface.
 

Functions

int grpc_slice_differs_refcounted (const grpc_slice &a, const grpc_slice &b_not_inline)
 
bool grpc_slice_eq_static_interned (const grpc_slice &a, const grpc_slice &b_static_interned)
 

Variables

uint32_t grpc_core::g_hash_seed
 

Function Documentation

◆ grpc_slice_differs_refcounted()

int grpc_slice_differs_refcounted ( const grpc_slice a,
const grpc_slice b_not_inline 
)

◆ grpc_slice_eq_static_interned()

bool grpc_slice_eq_static_interned ( const grpc_slice a,
const grpc_slice b_static_interned 
)
inline