#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <cstddef>
#include <string>
#include "absl/strings/string_view.h"
#include <grpc/slice.h>
#include <grpc/support/log.h>
#include "src/core/lib/gpr/murmur_hash.h"
#include "src/core/lib/gprpp/memory.h"
#include "src/core/lib/slice/slice_refcount.h"
Go to the source code of this file.
◆ grpc_slice_buffer_destroy_internal()
◆ grpc_slice_buffer_partial_unref_internal()
◆ grpc_slice_buffer_peek_first()
◆ grpc_slice_buffer_remove_first()
◆ grpc_slice_buffer_reset_and_unref_internal()
◆ grpc_slice_buffer_sub_first()
void grpc_slice_buffer_sub_first |
( |
grpc_slice_buffer * |
sb, |
|
|
size_t |
begin, |
|
|
size_t |
end |
|
) |
| |
◆ grpc_slice_from_cpp_string()
grpc_slice grpc_slice_from_cpp_string |
( |
std::string |
str | ) |
|
◆ grpc_slice_from_moved_buffer()
◆ grpc_slice_from_moved_string()
◆ grpc_slice_hash_internal()
◆ grpc_slice_maybe_static_intern()
◆ grpc_slice_memory_usage()
◆ grpc_static_slice_eq()
◆ grpc_static_slice_hash()
◆ grpc_test_only_set_slice_hash_seed()
void grpc_test_only_set_slice_hash_seed |
( |
uint32_t |
seed | ) |
|
◆ operator==()