Searched refs:GetSkipSize (Results 1 – 6 of 6) sorted by relevance
72 …Code = valueObj.Parse(inValue.first, inValue.first + inValue.second, context.schema.GetSkipSize()); in CheckGetForJsonSchema()204 uint32_t skipSize = newSchema_.GetSkipSize(); in UpgradeIndexes()
1963 (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()
721 schema_.GetSkipSize(), accessStr); in MapCastFuncSql()
311 …e = valueObj.Parse(oriValue.data(), oriValue.data() + oriValue.size(), schemaObjRef.GetSkipSize()); in CheckValueAndAmendIfNeed()
72 uint32_t GetSkipSize() const;
191 uint32_t SchemaObject::GetSkipSize() const in GetSkipSize() function in DistributedDB::SchemaObject