Searched refs:rootTable (Results 1 – 2 of 2) sorted by relevance
153 auto rootTable = schema->root_table(); in ParseFlatBufferSchema() local154 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() local235 CHECK_NULL_UNLIKELY_RETURN_ERROR(rootTable); in VerifyFlatBufferValue()293 auto rootTable = schema.root_table(); in GetFieldInfoFromSchemaByPath() local294 if (rootTable == nullptr) { // Unlikely in GetFieldInfoFromSchemaByPath()297 auto rootFields = rootTable->fields(); in GetFieldInfoFromSchemaByPath()484 auto rootTableAttr = rootTable.attributes(); in ParseCheckRootTableAttribute()[all …]
179 int ParseCheckRootTableAttribute(const reflection::Object &rootTable);180 …nt ParseCheckRootTableDefine(const reflection::Schema &schema, const reflection::Object &rootTable,