Lines Matching defs:methods
6074 upb_inttable_begin(&i, &g->methods);
6079 upb_inttable_uninit(&g->methods);
6086 upb_inttable_init(&g->methods, UPB_CTYPE_PTR);
6519 return upb_inttable_lookupptr(&c->group->methods, sub, &v)
6774 /* Populate "methods" with new upb_pbdecodermethod objects reachable from "h".
6784 if (upb_inttable_lookupptr(&c->group->methods, h, &v))
6788 upb_inttable_insertptr(&c->group->methods, h, upb_value_ptr(method));
6814 upb_inttable_begin(&i, &c->group->methods);
6823 upb_inttable_begin(&i, &g->methods);
6930 ok = upb_inttable_lookupptr(&g->methods, h, &v);
9249 upb_inttable methods; /* upb_msgdef* -> upb_json_parsermethod* */
9375 ok = upb_inttable_lookupptr(&cache->methods, frame->m, &v);
12351 upb_inttable_init2(&c->methods, UPB_CTYPE_CONSTPTR, alloc);
12368 if (upb_inttable_lookupptr(&c->methods, md, &v)) {
12376 if (!upb_inttable_insertptr2(&c->methods, md, v, alloc)) return NULL;
12378 /* Populate parser methods for all submessages, so the name tables will