Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp72 …Code = valueObj.Parse(inValue.first, inValue.first + inValue.second, context.schema.GetSkipSize()); in CheckGetForJsonSchema()
204 uint32_t skipSize = newSchema_.GetSkipSize(); in UpgradeIndexes()
H A Dsqlite_utils.cpp1963 (static_cast<uint32_t>(offset) != schema->GetSkipSize())) { // LCOV_EXCL_BR_LINE in FlatBufferExtractByPath()
1965 …"[FlatBufferExtract] Path null or offset=%d(skipsize=%u) invalid.", offset, schema->GetSkipSize()); in FlatBufferExtractByPath()
1985 if (schema.GetSkipSize() % SchemaConstant::SECURE_BYTE_ALIGN == 0) { // LCOV_EXCL_BR_LINE in FlatBufferExtractInnerFunc()
H A Dsqlite_query_helper.cpp721 schema_.GetSkipSize(), accessStr); in MapCastFuncSql()
H A Dsqlite_single_ver_natural_store.cpp311 …e = valueObj.Parse(oriValue.data(), oriValue.data() + oriValue.size(), schemaObjRef.GetSkipSize()); in CheckValueAndAmendIfNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h72 uint32_t GetSkipSize() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp191 uint32_t SchemaObject::GetSkipSize() const in GetSkipSize() function in DistributedDB::SchemaObject