Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:ntoi

449   upb_strtable_uninit(&e->ntoi);
466 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2;
471 upb_strtable_uninit(&e->ntoi);
523 if (!upb_strtable_insert(&e->ntoi, name, upb_value_int32(num))) {
532 upb_strtable_remove(&e->ntoi, name, NULL);
561 return upb_strtable_count(&e->ntoi);
565 /* We iterate over the ntoi table, to account for duplicate numbers. */
566 upb_strtable_begin(i, &e->ntoi);
575 if (!upb_strtable_lookup2(&def->ntoi, name, len, &v)) {