Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp126 inline bool IsObjectType(reflection::BaseType inType) in IsObjectType() function
133 return IsIndexableType(inType) || IsVectorType(inType) || IsObjectType(inType); in IsSupportTypeAtRoot()
138 return IsStringOrVectorType(inType) || IsObjectType(inType); in IsRequiredSupportType()
589 if (!IsScalarType(baseType) && !IsObjectType(baseType)) { in CheckFieldTypeSupport()
629 if (IsObjectType(baseType)) { in ParseCheckFieldInfo()
834 if (IsObjectType(selfBaseType)) { in CompareFieldInfo()
H A Dschema_object.cpp1014 inline bool IsObjectType(FieldType inType) in IsObjectType() function
1045 if (IsObjectType(typeInValue)) { in CheckValueItem()
1046 if (!IsObjectType(typeInSchema)) { in CheckValueItem()