|
GRPC Core
9.0.0
|
#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 | |
| Round Robin Policy. | |
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) |
| int grpc_slice_differs_refcounted | ( | const grpc_slice & | a, |
| const grpc_slice & | b_not_inline | ||
| ) |
|
inline |