#include <protobuf.h>
Public Attributes | |
const upb_handlers * | fill_handlers |
const upb_pbdecodermethod * | fill_method |
const upb_json_parsermethod * | json_fill_method |
const upb_handlers * | json_serialize_handlers |
const upb_handlers * | json_serialize_handlers_preserve |
VALUE | klass |
MessageLayout * | layout |
const upb_msgdef * | msgdef |
const upb_handlers * | pb_serialize_handlers |
Definition at line 113 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_handlers* Descriptor::fill_handlers |
Definition at line 117 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_pbdecodermethod* Descriptor::fill_method |
Definition at line 118 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_json_parsermethod* Descriptor::json_fill_method |
Definition at line 119 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_handlers* Descriptor::json_serialize_handlers |
Definition at line 121 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_handlers* Descriptor::json_serialize_handlers_preserve |
Definition at line 122 of file ruby/ext/google/protobuf_c/protobuf.h.
VALUE Descriptor::klass |
Definition at line 116 of file ruby/ext/google/protobuf_c/protobuf.h.
MessageLayout* Descriptor::layout |
Definition at line 115 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_msgdef* Descriptor::msgdef |
Definition at line 114 of file ruby/ext/google/protobuf_c/protobuf.h.
const upb_handlers* Descriptor::pb_serialize_handlers |
Definition at line 120 of file ruby/ext/google/protobuf_c/protobuf.h.