Home
last modified time | relevance | path

Searched refs:upb_strtable_init2 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1088 bool upb_strtable_init2(upb_strtable *table, upb_ctype_t ctype, upb_alloc *a);
1097 return upb_strtable_init2(table, ctype, &upb_alloc_global);
Dupb.c4534 bool upb_strtable_init2(upb_strtable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_strtable_init2() function