Searched defs:IsSequence (Results 1 – 8 of 8) sorted by relevance
54 bool IsSequence; member
91 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function in upb::FieldDefPtr
1146 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()1163 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
1155 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()1172 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
1153 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()1170 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
918 bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; } in IsSequence() function
3311 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function