|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "protobuf.h"Functions | |
| void | add_def_obj (const void *def, VALUE value) |
| VALUE | get_def_obj (const void *def) |
| void | check_upb_status (const upb_status *status, const char *msg) |
| void | Init_protobuf_c () |
Variables | |
| VALUE | upb_def_to_ruby_obj_map |
| VALUE | cError |
| VALUE | cParseError |
| rb_encoding * | kRubyStringUtf8Encoding |
| rb_encoding * | kRubyStringASCIIEncoding |
| rb_encoding * | kRubyString8bitEncoding |
| const char * | kDescriptorInstanceVar = "descriptor" |
| ID | descriptor_instancevar_interned |
| void check_upb_status | ( | const upb_status * | status, |
| const char * | msg | ||
| ) |
| VALUE get_def_obj | ( | const void * | def | ) |
| void Init_protobuf_c | ( | ) |
| VALUE cError |
| VALUE cParseError |
| ID descriptor_instancevar_interned |
| const char* kDescriptorInstanceVar = "descriptor" |
| rb_encoding* kRubyString8bitEncoding |
| rb_encoding* kRubyStringASCIIEncoding |
| rb_encoding* kRubyStringUtf8Encoding |
| VALUE upb_def_to_ruby_obj_map |
1.8.13