Home
last modified time | relevance | path

Searched refs:upb_inttable_compact (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c352 upb_inttable_compact(&m->itof); in upb_def_freeze()
357 upb_inttable_compact(&e->iton); in upb_def_freeze()
4591 void upb_inttable_compact(upb_inttable *t) { in upb_inttable_compact() function
7271 upb_inttable_compact(&method->dispatch); in compile_method()
Dupb.h921 void upb_inttable_compact(upb_inttable *t);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c404 upb_inttable_compact(&m->itof); in _upb_def_validate()
409 upb_inttable_compact(&e->iton); in _upb_def_validate()
7950 upb_inttable_compact(&method->dispatch); in compile_method()
Dupb.h1202 UPB_INLINE void upb_inttable_compact(upb_inttable *t) {