// Functions to create new FieldHandlers for this message. FieldHandlers* NewFieldHandlers(uint32_t fieldnum, FieldType type, bool repeated) { return static_cast<FieldHandlers*>( upb_mhandlers_newfhandlers(this, fieldnum, type, repeated)); }
// Functions to create new FieldHandlers for this message. FieldHandlers* NewFieldHandlers(uint32_t fieldnum, upb_fieldtype_t type, bool repeated) { return upb_mhandlers_newfhandlers(this, fieldnum, type, repeated); }