#include "protobuf.h"
Go to the source code of this file.
Functions | |
void | add_def_obj (const void *def, VALUE value) |
void | check_upb_status (const upb_status *status, const char *msg) |
VALUE | get_def_obj (const void *def) |
void | Init_protobuf_c () |
Variables | |
VALUE | cError |
VALUE | cParseError |
VALUE | cTypeError |
ID | descriptor_instancevar_interned |
const char * | kDescriptorInstanceVar = "descriptor" |
rb_encoding * | kRubyString8bitEncoding |
rb_encoding * | kRubyStringASCIIEncoding |
rb_encoding * | kRubyStringUtf8Encoding |
VALUE | upb_def_to_ruby_obj_map |
Definition at line 46 of file ruby/ext/google/protobuf_c/protobuf.c.
void check_upb_status | ( | const upb_status * | status, |
const char * | msg | ||
) |
Definition at line 59 of file ruby/ext/google/protobuf_c/protobuf.c.
VALUE get_def_obj | ( | const void * | def | ) |
Definition at line 50 of file ruby/ext/google/protobuf_c/protobuf.c.
void Init_protobuf_c | ( | ) |
Definition at line 86 of file ruby/ext/google/protobuf_c/protobuf.c.
VALUE cError |
Definition at line 42 of file ruby/ext/google/protobuf_c/protobuf.c.
VALUE cParseError |
Definition at line 43 of file ruby/ext/google/protobuf_c/protobuf.c.
VALUE cTypeError |
Definition at line 44 of file ruby/ext/google/protobuf_c/protobuf.c.
ID descriptor_instancevar_interned |
Definition at line 78 of file ruby/ext/google/protobuf_c/protobuf.c.
const char* kDescriptorInstanceVar = "descriptor" |
Definition at line 77 of file ruby/ext/google/protobuf_c/protobuf.c.
rb_encoding* kRubyString8bitEncoding |
Definition at line 69 of file ruby/ext/google/protobuf_c/protobuf.c.
rb_encoding* kRubyStringASCIIEncoding |
Definition at line 68 of file ruby/ext/google/protobuf_c/protobuf.c.
rb_encoding* kRubyStringUtf8Encoding |
Definition at line 67 of file ruby/ext/google/protobuf_c/protobuf.c.
VALUE upb_def_to_ruby_obj_map |
Definition at line 40 of file ruby/ext/google/protobuf_c/protobuf.c.