Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:upb_fielddef_type

2208 upb_fieldtype_t upb_fielddef_type(const upb_fielddef *f);
3119 inline FieldDef::Type FieldDef::type() const { return upb_fielddef_type(this); }