Home
last modified time | relevance | path

Searched defs:SCHEMA_SKIPSIZE_MAX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_constant.cpp64 const uint32_t SchemaConstant::SCHEMA_SKIPSIZE_MAX = 4194302; // 4M - 2 Bytes member in DistributedDB::SchemaConstant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_constant.h78 static const uint32_t SCHEMA_SKIPSIZE_MAX; variable