Home
last modified time | relevance | path

Searched refs:upb_strtable_uninit (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c164 upb_strtable_uninit(&self->table); in Map_free()
458 upb_strtable_uninit(&self->table); in Map_clear()
Dupb.c449 upb_strtable_uninit(&e->ntoi); in upb_enumdef_free()
471 upb_strtable_uninit(&e->ntoi); in upb_enumdef_new()
1403 upb_strtable_uninit(&m->ntof); in freemsg()
1733 upb_strtable_uninit(&o->ntof); in freeoneof()
3751 upb_strtable_uninit(&s->symtab); in upb_symtab_free()
4129 upb_strtable_uninit(&addtab); in symtab_add()
4166 upb_strtable_uninit(&addtab); in symtab_add()
11886 upb_strtable_uninit(t); in free_json_parsermethod()
Dupb.h1104 UPB_INLINE void upb_strtable_uninit(upb_strtable *table) {
/external/protobuf/php/ext/google/protobuf/
Dupb.c389 upb_strtable_uninit(&e->ntoi); in upb_enumdef_free()
406 upb_strtable_uninit(&e->ntoi); in upb_enumdef_new()
1254 upb_strtable_uninit(&m->ntoo); in freemsg()
1255 upb_strtable_uninit(&m->ntof); in freemsg()
1274 upb_strtable_uninit(&m->ntof); in upb_msgdef_new()
1527 upb_strtable_uninit(&o->ntof); in freeoneof()
3595 upb_strtable_uninit(&s->symtab); in upb_symtab_free()
3937 upb_strtable_uninit(&addtab); in upb_symtab_add()
3974 upb_strtable_uninit(&addtab); in upb_symtab_add()
4296 void upb_strtable_uninit(upb_strtable *t) { in upb_strtable_uninit() function
[all …]
Dupb.h853 void upb_strtable_uninit(upb_strtable *table);