Searched refs:upb_strtable_init (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | map.c | 255 if (!upb_strtable_init(&self->table, UPB_CTYPE_UINT64)) { in Map_init() 461 if (!upb_strtable_init(&self->table, UPB_CTYPE_INT64)) { in Map_clear()
|
D | upb.c | 466 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2; in upb_enumdef_new() 1421 if (!upb_strtable_init(&m->ntof, UPB_CTYPE_PTR)) goto err1; in upb_msgdef_new() 1757 if (!upb_strtable_init(&o->ntof, UPB_CTYPE_PTR)) goto err1; in upb_oneofdef_new() 3764 upb_strtable_init(&s->symtab, UPB_CTYPE_PTR); in upb_symtab_new() 3954 if (!upb_strtable_init(&addtab, UPB_CTYPE_PTR)) { in symtab_add() 11910 upb_strtable_init(t, UPB_CTYPE_CONSTPTR); in add_jsonname_table()
|
D | upb.h | 1096 UPB_INLINE bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype) {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 401 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2; in upb_enumdef_new() 1268 if (!upb_strtable_init(&m->ntof, UPB_CTYPE_PTR)) goto err2; in upb_msgdef_new() 1269 if (!upb_strtable_init(&m->ntoo, UPB_CTYPE_PTR)) goto err1; in upb_msgdef_new() 1542 if (!upb_strtable_init(&o->ntof, UPB_CTYPE_PTR)) goto err1; in upb_oneofdef_new() 3604 upb_strtable_init(&s->symtab, UPB_CTYPE_PTR); in upb_symtab_new() 3785 if (!upb_strtable_init(&addtab, UPB_CTYPE_PTR)) { in upb_symtab_add() 4292 bool upb_strtable_init(upb_strtable *t, upb_ctype_t ctype) { in upb_strtable_init() function
|
D | upb.h | 851 bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype);
|