#include <ruby/ruby.h>
#include "rb_byte_buffer.h"
#include "rb_grpc.h"
#include "rb_grpc_imports.generated.h"
#include <grpc/byte_buffer_reader.h>
#include <grpc/grpc.h>
#include <grpc/slice.h>
Go to the source code of this file.
Functions | |
VALUE | grpc_rb_byte_buffer_to_s (grpc_byte_buffer *buffer) |
grpc_byte_buffer * | grpc_rb_s_to_byte_buffer (char *string, size_t length) |
VALUE | grpc_rb_slice_to_ruby_string (grpc_slice slice) |
VALUE grpc_rb_byte_buffer_to_s | ( | grpc_byte_buffer * | buffer | ) |
Definition at line 37 of file rb_byte_buffer.c.
grpc_byte_buffer* grpc_rb_s_to_byte_buffer | ( | char * | string, |
size_t | length | ||
) |
Definition at line 30 of file rb_byte_buffer.c.
VALUE grpc_rb_slice_to_ruby_string | ( | grpc_slice | slice | ) |
Definition at line 58 of file rb_byte_buffer.c.