Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h168 int VerifyFlatBufferValue(const RawValue &inValue, bool tryNoSizePrefix) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp225 int SchemaObject::FlatBufferSchema::VerifyFlatBufferValue(const RawValue &inValue, bool tryNoSizePr… in VerifyFlatBufferValue() function in DistributedDB::SchemaObject::FlatBufferSchema
985 int SchemaObject::FlatBufferSchema::VerifyFlatBufferValue(const RawValue &inValue, bool tryNoSizePr… in VerifyFlatBufferValue() function in DistributedDB::SchemaObject::FlatBufferSchema
H A Dschema_object.cpp342 int errCode = flatbufferSchema_.VerifyFlatBufferValue(rawValue, false); in VerifyValue()