Lines Matching full:mgroup
7170 /* mgroup *********************************************************************/
7173 mgroup *g = (mgroup*)r;
7184 const mgroup *g = (const mgroup*)r;
7193 mgroup *newgroup(const void *owner) {
7194 mgroup *g = upb_gmalloc(sizeof(*g));
7224 mgroup *group) {
7278 mgroup *group;
7288 static compiler *newcompiler(mgroup *group, bool lazy) {
7400 mgroup *g = c->group;
7997 static void set_bytecode_handlers(mgroup *g) {
8017 static void sethandlers(mgroup *g, bool allowjit) {
8029 static void sethandlers(mgroup *g, bool allowjit) {
8040 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy,
8042 mgroup *g;
8095 const mgroup *group = upb_value_getconstptr(upb_inttable_iter_value(&i));
8119 const mgroup *g = mgroup_new(opts->handlers, c->allow_jit_, opts->lazy, c);
8819 size_t run_decoder_vm(upb_pbdecoder *d, const mgroup *group,
9078 const mgroup *group = (const mgroup*)method->group;