

Go to the source code of this file.
Functions | |
| VALUE | Map_CreateHash (const upb_map *map, upb_fieldtype_t key_type, TypeInfo val_info) |
| VALUE | Map_deep_copy (VALUE obj) |
| VALUE | Map_GetRubyWrapper (upb_map *map, upb_fieldtype_t key_type, TypeInfo value_type, VALUE arena) |
| const upb_map * | Map_GetUpbMap (VALUE val, const upb_fielddef *field, upb_arena *arena) |
| void | Map_Inspect (StringBuilder *b, const upb_map *map, upb_fieldtype_t key_type, TypeInfo val_type) |
| void | Map_register (VALUE module) |
Variables | |
| VALUE | cMap |
| VALUE Map_CreateHash | ( | const upb_map * | map, |
| upb_fieldtype_t | key_type, | ||
| TypeInfo | val_info | ||
| ) |
Definition at line 133 of file protobuf/ruby/ext/google/protobuf_c/map.c.
| VALUE Map_deep_copy | ( | VALUE | obj | ) |
Definition at line 548 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/map.c.
| VALUE Map_GetRubyWrapper | ( | upb_map * | map, |
| upb_fieldtype_t | key_type, | ||
| TypeInfo | value_type, | ||
| VALUE | arena | ||
| ) |
Definition at line 87 of file protobuf/ruby/ext/google/protobuf_c/map.c.
| const upb_map* Map_GetUpbMap | ( | VALUE | val, |
| const upb_fielddef * | field, | ||
| upb_arena * | arena | ||
| ) |
Definition at line 170 of file protobuf/ruby/ext/google/protobuf_c/map.c.
| void Map_Inspect | ( | StringBuilder * | b, |
| const upb_map * | map, | ||
| upb_fieldtype_t | key_type, | ||
| TypeInfo | val_type | ||
| ) |
Definition at line 197 of file protobuf/ruby/ext/google/protobuf_c/map.c.
| void Map_register | ( | VALUE | module | ) |
Definition at line 837 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/map.c.
| VALUE cMap |
Definition at line 140 of file bloaty/third_party/protobuf/ruby/ext/google/protobuf_c/map.c.