Searched defs:upb_strtable_init (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c401 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2;
1268 if (!upb_strtable_init(&m->ntof, UPB_CTYPE_PTR)) goto err2;
1269 if (!upb_strtable_init(&m->ntoo, UPB_CTYPE_PTR)) goto err1;
1542 if (!upb_strtable_init(&o->ntof, UPB_CTYPE_PTR)) goto err1;
3604 upb_strtable_init(&s->symtab, UPB_CTYPE_PTR);
3785 if (!upb_strtable_init(&addtab, UPB_CTYPE_PTR)) {
4292 bool upb_strtable_init(upb_strtable *t, upb_ctype_t ctype) { function
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h1096 UPB_INLINE bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype) { function

Completed in 188 milliseconds