Home
last modified time | relevance | path

Searched refs:CHK_OOM (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4524 #define CHK_OOM(x) if (!(x)) { upb_status_setoom(ctx->status); return false; } macro
4554 CHK_OOM(ret); in makefullname()
4619 CHK_OOM(upb_strtable_insert3(ctx->addtab, name, strlen(name), v, ctx->tmp)); in symtab_add()
4683 CHK_OOM(symtab_add(ctx, o->full_name, v)); in create_oneofdef()
4684 CHK_OOM(upb_strtable_insert3(&m->ntof, name.data, name.size, v, ctx->alloc)); in create_oneofdef()
4686 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
4687 CHK_OOM(upb_strtable_init2(&o->ntof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
4881 CHK_OOM( in create_fielddef()
4883 CHK_OOM(upb_inttable_insert2(&m->itof, field_number, v, alloc)); in create_fielddef()
4907 CHK_OOM(symtab_ad in create_fielddef()
5577 #undef CHK_OOM global() macro
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4061 #define CHK_OOM(x) if (!(x)) { upb_status_setoom(ctx->status); return false; } macro
4091 CHK_OOM(ret); in makefullname()
4156 CHK_OOM(upb_strtable_insert3(ctx->addtab, name, strlen(name), v, ctx->tmp)); in symtab_add()
4220 CHK_OOM(symtab_add(ctx, o->full_name, v)); in create_oneofdef()
4221 CHK_OOM(upb_strtable_insert3(&m->ntof, name.data, name.size, v, ctx->alloc)); in create_oneofdef()
4223 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
4224 CHK_OOM(upb_strtable_init2(&o->ntof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
4418 CHK_OOM( in create_fielddef()
4420 CHK_OOM(upb_inttable_insert2(&m->itof, field_number, v, alloc)); in create_fielddef()
4444 CHK_OOM(symtab_ad in create_fielddef()
5102 #undef CHK_OOM global() macro
[all...]

Completed in 25 milliseconds