Searched refs:IsFixedTypedVector (Results 1 – 3 of 3) sorted by relevance
232 def IsFixedTypedVector(type_): member in Type241 if not Type.IsFixedTypedVector(type_):633 elif self.IsFixedTypedVector:684 elif self.IsFixedTypedVector():755 return self.IsVector or self.IsTypedVector or self.IsFixedTypedVector()781 def IsFixedTypedVector(self): member in Ref782 return Type.IsFixedTypedVector(self._type)786 if self.IsFixedTypedVector:833 elif self.IsFixedTypedVector:
97 inline bool IsFixedTypedVector(Type t) { in IsFixedTypedVector() function118 FLATBUFFERS_ASSERT(IsFixedTypedVector(t)); in ToFixedTypedVectorElementType()407 bool IsFixedTypedVector() const { in IsFixedTypedVector() function408 return flexbuffers::IsFixedTypedVector(type_); in IsFixedTypedVector()411 return (IsTypedVector() || IsFixedTypedVector() || IsVector()); in IsAnyVector()585 } else if (IsFixedTypedVector()) { in ToString()636 if (IsFixedTypedVector()) { in AsFixedTypedVector()
187 Type.IsFixedTypedVector,632 self.assertTrue(root.IsFixedTypedVector)