Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp83 constexpr uint32_t SIZE_PREFIX_SIZE = sizeof(flatbuffers::uoffset_t); variable
212 if (inValue.second <= SIZE_PREFIX_SIZE) { in CheckSizePrefixRawValue()
217 if (realSize != inValue.second - SIZE_PREFIX_SIZE) { in CheckSizePrefixRawValue()
236 if (!flatbuffers::Verify(*schema, *rootTable, inValue.first + SIZE_PREFIX_SIZE, in VerifyFlatBufferValue()
237 inValue.second - SIZE_PREFIX_SIZE)) { in VerifyFlatBufferValue()
449 auto valueRealBegin = inValue.first + SIZE_PREFIX_SIZE; in ExtractFlatBufferValue()
450 auto valueRealSize = inValue.second - SIZE_PREFIX_SIZE; in ExtractFlatBufferValue()