Go to the source code of this file.
◆ gpr_slice
◆ gpr_slice_buffer [1/2]
◆ gpr_slice_buffer [2/2]
◆ gpr_slice_buffer_add
◆ gpr_slice_buffer_add_indexed
◆ gpr_slice_buffer_addn
◆ gpr_slice_buffer_destroy
◆ gpr_slice_buffer_init
◆ gpr_slice_buffer_move_first
◆ gpr_slice_buffer_move_into
◆ gpr_slice_buffer_pop
◆ gpr_slice_buffer_reset_and_unref
◆ gpr_slice_buffer_swap
◆ gpr_slice_buffer_take_first
◆ gpr_slice_buffer_tiny_add
◆ gpr_slice_buffer_trim_end
◆ gpr_slice_cmp
◆ gpr_slice_from_copied_buffer
◆ gpr_slice_from_copied_string
◆ gpr_slice_from_static_string
◆ gpr_slice_malloc
◆ gpr_slice_new
◆ gpr_slice_new_with_len
◆ gpr_slice_new_with_user_data
◆ gpr_slice_ref
◆ gpr_slice_refcount
#define gpr_slice_refcount grpc_slice_refcount |
◆ gpr_slice_split_head
◆ gpr_slice_split_tail
◆ gpr_slice_str_cmp
◆ gpr_slice_sub
◆ gpr_slice_sub_no_ref
◆ gpr_slice_unref
◆ GRPC_ALLOW_GPR_SLICE_FUNCTIONS
#define GRPC_ALLOW_GPR_SLICE_FUNCTIONS 1 |
WARNING: Please do not use this header.
This was added as a temporary measure to not break some of the external projects that depend on gpr_slice_* functions. We are actively working on moving all the gpr_slice_* references to grpc_slice_* and this file will be removed