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():764 return self.IsVector or self.IsTypedVector or self.IsFixedTypedVector()790 def IsFixedTypedVector(self): member in Ref791 return Type.IsFixedTypedVector(self._type)795 if self.IsFixedTypedVector:842 elif self.IsFixedTypedVector:
100 inline bool IsFixedTypedVector(Type t) { in IsFixedTypedVector() function121 FLATBUFFERS_ASSERT(IsFixedTypedVector(t)); in ToFixedTypedVectorElementType()434 bool IsFixedTypedVector() const { in IsFixedTypedVector() function435 return flexbuffers::IsFixedTypedVector(type_); in IsFixedTypedVector()438 return (IsTypedVector() || IsFixedTypedVector() || IsVector()); in IsAnyVector()646 } else if (IsFixedTypedVector()) {699 if (IsFixedTypedVector()) { in AsFixedTypedVector()
187 Type.IsFixedTypedVector,632 self.assertTrue(root.IsFixedTypedVector)