Home
last modified time | relevance | path

Searched refs:IsVectorType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp116 inline bool IsVectorType(reflection::BaseType inType) in IsVectorType() function
123 return IsStringType(inType) || IsVectorType(inType); in IsStringOrVectorType()
133 return IsIndexableType(inType) || IsVectorType(inType) || IsObjectType(inType); in IsSupportTypeAtRoot()
579 if (IsVectorType(baseType)) { in CheckFieldTypeSupport()
825 if (IsVectorType(selfBaseType)) { in CompareFieldInfo()