Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp297 auto rootFields = rootTable->fields(); in GetFieldInfoFromSchemaByPath() local
298 if (rootFields == nullptr) { // Unlikely in GetFieldInfoFromSchemaByPath()
302 return rootFields->LookupByKey(pathStr); in GetFieldInfoFromSchemaByPath()