|
GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>#include <cstring>#include "absl/strings/string_view.h"#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) |
| absl::string_view | grpc_core::StringViewFromSlice (const grpc_slice &slice) |
| int grpc_slice_differs_refcounted | ( | const grpc_slice & | a, |
| const grpc_slice & | b_not_inline | ||
| ) |
|
inline |