Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:enumdef

208     /* We've already validated that we have an associated enumdef and that it
232 * we were only getting it "by reference" from the enumdef. */
643 /* Default was explicitly set as an integer; look it up in enumdef. */
649 /* Default is completely unset; pull enumdef default. */
676 /* Default is unset; try to pull in enumdef default. */
11086 const upb_enumdef *enumdef =
11093 ok = upb_enumdef_ntoi(enumdef, buf, len, &int_val);
12256 const upb_enumdef *enumdef;
12267 symbolic_name = upb_enumdef_iton(hd->enumdef, val);
12298 print_enum_symbolic_name(p, hd->enumdef, val);
12308 print_enum_symbolic_name(p, hd->enumdef, val);
12568 hd->enumdef = (const upb_enumdef *)upb_fielddef_subdef(f);