Exemplo n.º 1
0
 // 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));
 }
Exemplo n.º 2
0
 // 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);
 }