19 #ifndef GRPCXX_IMPL_CODEGEN_SLICE_H
20 #define GRPCXX_IMPL_CODEGEN_SLICE_H
50 #endif // GRPCXX_IMPL_CODEGEN_SLICE_H
grpc::string StringFromCopiedSlice(grpc_slice slice)
Definition: slice.h:33
std::string string
Definition: config.h:35
grpc::string_ref StringRefFromSlice(const grpc_slice *slice)
Definition: slice.h:27
virtual grpc_slice grpc_slice_from_copied_buffer(const void *buffer, size_t length)=0
A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]. ...
Definition: slice.h:76
grpc_slice SliceReferencingString(const grpc::string &str)
Definition: slice.h:38
#define GRPC_SLICE_START_PTR(slice)
Definition: slice.h:112
grpc_slice SliceFromCopiedString(const grpc::string &str)
Definition: slice.h:43
virtual grpc_slice grpc_slice_from_static_buffer(const void *buffer, size_t length)=0
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:49
This class is a non owning reference to a string.
Definition: string_ref.h:41
#define GRPC_SLICE_LENGTH(slice)
Definition: slice.h:115