Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp567 bool CheckFieldTypeSupport(const reflection::Type &inType, bool isRootField) in CheckFieldTypeSupport() argument
570 if (isRootField) { in CheckFieldTypeSupport()
606 bool isRootField = (depth == ROOT_DEFINE_DEPTH); in ParseCheckFieldInfo() local
611 if (!CheckFieldTypeSupport(*type, isRootField)) { in ParseCheckFieldInfo()
617 fieldInfo.isIndexable = (IsIndexableType(baseType) && isRootField); in ParseCheckFieldInfo()