Go to the source code of this file.
Functions | |
VALUE | RepeatedField_deep_copy (VALUE obj) |
VALUE | RepeatedField_GetRubyWrapper (upb_array *msg, TypeInfo type_info, VALUE arena) |
const upb_array * | RepeatedField_GetUpbArray (VALUE value, const upb_fielddef *f, upb_arena *arena) |
void | RepeatedField_Inspect (StringBuilder *b, const upb_array *array, TypeInfo info) |
void | RepeatedField_register (VALUE module) |
Variables | |
VALUE | cRepeatedField |
VALUE RepeatedField_deep_copy | ( | VALUE | obj | ) |
Definition at line 368 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/repeated_field.c.
Definition at line 82 of file protobuf/ruby/ext/google/protobuf_c/repeated_field.c.
const upb_array* RepeatedField_GetUpbArray | ( | VALUE | value, |
const upb_fielddef * | f, | ||
upb_arena * | arena | ||
) |
Definition at line 151 of file protobuf/ruby/ext/google/protobuf_c/repeated_field.c.
void RepeatedField_Inspect | ( | StringBuilder * | b, |
const upb_array * | array, | ||
TypeInfo | info | ||
) |
Definition at line 114 of file protobuf/ruby/ext/google/protobuf_c/repeated_field.c.
void RepeatedField_register | ( | VALUE | module | ) |
Definition at line 656 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/repeated_field.c.
VALUE cRepeatedField |
Definition at line 42 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/repeated_field.c.