Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3047 upb_strtable ntoi; member
3354 return (int)upb_strtable_count(&e->ntoi); in upb_enumdef_numvals()
3358 /* We iterate over the ntoi table, to account for duplicate numbers. */ in upb_enum_begin()
3359 upb_strtable_begin(i, &e->ntoi); in upb_enum_begin()
3368 if (!upb_strtable_lookup2(&def->ntoi, name, len, &v)) { in upb_enumdef_ntoi()
4530 CHK_OOM(upb_strtable_init2(&e->ntoi, UPB_CTYPE_INT32, ctx->alloc)); in create_enumdef()
4559 if (upb_strtable_lookup(&e->ntoi, name2, NULL)) { in create_enumdef()
4566 upb_strtable_insert3(&e->ntoi, name2, strlen(name2), v, ctx->alloc)); in create_enumdef()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3492 upb_strtable ntoi; member
3799 return (int)upb_strtable_count(&e->ntoi); in upb_enumdef_numvals()
3803 /* We iterate over the ntoi table, to account for duplicate numbers. */ in upb_enum_begin()
3804 upb_strtable_begin(i, &e->ntoi); in upb_enum_begin()
3813 if (!upb_strtable_lookup2(&def->ntoi, name, len, &v)) { in upb_enumdef_ntoi()
5001 CHK_OOM(upb_strtable_init2(&e->ntoi, UPB_CTYPE_INT32, ctx->alloc)); in create_enumdef()
5030 if (upb_strtable_lookup(&e->ntoi, name2, NULL)) { in create_enumdef()
5037 upb_strtable_insert3(&e->ntoi, name2, strlen(name2), v, ctx->alloc)); in create_enumdef()

Completed in 39 milliseconds