Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp121 inline bool IsStringOrVectorType(reflection::BaseType inType) in IsStringOrVectorType() function
138 return IsStringOrVectorType(inType) || IsObjectType(inType); in IsRequiredSupportType()