Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp153 auto rootTable = schema->root_table(); in ParseFlatBufferSchema() local
154 if (rootTable == nullptr || rootTable->is_struct()) { in ParseFlatBufferSchema()
159 auto rootTableName = rootTable->name(); in ParseFlatBufferSchema()
163 int errCode = ParseCheckRootTableAttribute(*rootTable); in ParseFlatBufferSchema()
234 auto rootTable = schema->root_table(); in VerifyFlatBufferValue() local
235 CHECK_NULL_UNLIKELY_RETURN_ERROR(rootTable); in VerifyFlatBufferValue()
293 auto rootTable = schema.root_table(); in GetFieldInfoFromSchemaByPath() local
294 if (rootTable == nullptr) { // Unlikely in GetFieldInfoFromSchemaByPath()
297 auto rootFields = rootTable->fields(); in GetFieldInfoFromSchemaByPath()
484 auto rootTableAttr = rootTable.attributes(); in ParseCheckRootTableAttribute()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h179 int ParseCheckRootTableAttribute(const reflection::Object &rootTable);
180 …nt ParseCheckRootTableDefine(const reflection::Schema &schema, const reflection::Object &rootTable,