Go to the source code of this file.
VALUE build_class_from_descriptor | ( | VALUE | descriptor | ) |
Definition at line 699 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/message.c.
VALUE build_module_from_enumdesc | ( | VALUE | _enumdesc | ) |
Definition at line 798 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/message.c.
void Message_CheckClass | ( | VALUE | klass | ) |
Definition at line 115 of file protobuf/ruby/ext/google/protobuf_c/message.c.
Definition at line 1240 of file protobuf/ruby/ext/google/protobuf_c/message.c.
Definition at line 667 of file protobuf/ruby/ext/google/protobuf_c/message.c.
const upb_msg* Message_Get | ( | VALUE | value, |
const upb_msgdef ** | m | ||
) |
Definition at line 92 of file protobuf/ruby/ext/google/protobuf_c/message.c.
VALUE Message_GetArena | ( | VALUE | value | ) |
Definition at line 110 of file protobuf/ruby/ext/google/protobuf_c/message.c.
VALUE Message_getfield | ( | VALUE | _self, |
const upb_fielddef * | f | ||
) |
Definition at line 294 of file protobuf/ruby/ext/google/protobuf_c/message.c.
upb_msg* Message_GetMutable | ( | VALUE | value, |
const upb_msgdef ** | m | ||
) |
Definition at line 98 of file protobuf/ruby/ext/google/protobuf_c/message.c.
VALUE Message_GetRubyWrapper | ( | upb_msg * | msg, |
const upb_msgdef * | m, | ||
VALUE | arena | ||
) |
Definition at line 122 of file protobuf/ruby/ext/google/protobuf_c/message.c.
const upb_msg* Message_GetUpbMessage | ( | VALUE | value, |
const upb_msgdef * | m, | ||
const char * | name, | ||
upb_arena * | arena | ||
) |
Definition at line 1259 of file protobuf/ruby/ext/google/protobuf_c/message.c.
Definition at line 708 of file protobuf/ruby/ext/google/protobuf_c/message.c.
void Message_PrintMessage | ( | StringBuilder * | b, |
const upb_msg * | msg, | ||
const upb_msgdef * | m | ||
) |
Definition at line 136 of file protobuf/ruby/ext/google/protobuf_c/message.c.
void Message_register | ( | VALUE | protobuf | ) |
Definition at line 1322 of file protobuf/ruby/ext/google/protobuf_c/message.c.
VALUE MessageOrEnum_GetDescriptor | ( | VALUE | klass | ) |
Definition at line 46 of file protobuf/ruby/ext/google/protobuf_c/message.c.
VALUE Scalar_CreateHash | ( | upb_msgval | val, |
TypeInfo | type_info | ||
) |
Definition at line 837 of file protobuf/ruby/ext/google/protobuf_c/message.c.