Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_fielddef_isseq

1766 bool upb_fielddef_isseq(const upb_fielddef *f);
2583 inline bool FieldDef::IsSequence() const { return upb_fielddef_isseq(this); }