34 #ifndef GRPCXX_IMPL_CODEGEN_SLICE_H
35 #define GRPCXX_IMPL_CODEGEN_SLICE_H
65 #endif // GRPCXX_IMPL_CODEGEN_SLICE_H
grpc::string StringFromCopiedSlice(grpc_slice slice)
Definition: slice.h:48
std::string string
Definition: config.h:50
grpc::string_ref StringRefFromSlice(const grpc_slice *slice)
Definition: slice.h:42
virtual grpc_slice grpc_slice_from_copied_buffer(const void *buffer, size_t length)=0
grpc_slice SliceReferencingString(const grpc::string &str)
Definition: slice.h:53
#define GRPC_SLICE_START_PTR(slice)
Definition: slice.h:126
grpc_slice SliceFromCopiedString(const grpc::string &str)
Definition: slice.h:58
virtual grpc_slice grpc_slice_from_static_buffer(const void *buffer, size_t length)=0
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:63
This class is a non owning reference to a string.
Definition: string_ref.h:56
#define GRPC_SLICE_LENGTH(slice)
Definition: slice.h:129