Searched refs:upb_strtable_begin (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 158 for (upb_strtable_begin(&it, &self->table); in Map_mark() 289 for (upb_strtable_begin(&it, &self->table); in Map_each() 317 for (upb_strtable_begin(&it, &self->table); in Map_keys() 339 for (upb_strtable_begin(&it, &self->table); in Map_values() 522 for (upb_strtable_begin(&it, &self->table); in Map_dup() 547 for (upb_strtable_begin(&it, &self->table); in Map_deep_copy() 608 for (upb_strtable_begin(&it, &self->table); in Map_eq() 645 for (upb_strtable_begin(&it, &self->table); !upb_strtable_done(&it); in Map_hash() 672 for (upb_strtable_begin(&it, &self->table); in Map_to_h() 707 for (upb_strtable_begin( in Map_inspect() [all...] |
H A D | upb.c | 1075 upb_strtable_begin(&i, &map->table); in upb_encode_map() 1661 upb_strtable_begin(&i, t); in upb_strtable_resize() 1718 void upb_strtable_begin(upb_strtable_iter *i, const upb_strtable *t) { in upb_strtable_begin() function 3359 upb_strtable_begin(i, &e->ntoi); in upb_enum_begin() 3741 upb_strtable_begin(iter, &m->ntof); in upb_msg_oneof_begin() 4911 upb_strtable_begin(&iter, ctx->addtab); in upb_symtab_addtotabs()
|
H A D | upb.h | 879 * upb_strtable_begin(&i, t); 892 void upb_strtable_begin(upb_strtable_iter *i, const upb_strtable *t);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1120 upb_strtable_begin(&i, &map->table); in upb_encode_map() 1687 upb_strtable_begin(&i, t); in upb_strtable_resize() 1744 void upb_strtable_begin(upb_strtable_iter *i, const upb_strtable *t) { in upb_strtable_begin() function 3804 upb_strtable_begin(i, &e->ntoi); in upb_enum_begin() 4190 upb_strtable_begin(iter, &m->ntof); in upb_msg_oneof_begin() 5381 upb_strtable_begin(&iter, ctx->addtab); in upb_symtab_addtotabs()
|
H A D | php-upb.h | 884 * upb_strtable_begin(&i, t); 897 void upb_strtable_begin(upb_strtable_iter *i, const upb_strtable *t);
|
Completed in 60 milliseconds