Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h171 int ExtractFlatBufferValue(RawString inPath, const RawValue &inValue, TypeValue &outExtract,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp426 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValu… in ExtractFlatBufferValue() function in DistributedDB::SchemaObject::FlatBufferSchema
992 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValu… in ExtractFlatBufferValue() function in DistributedDB::SchemaObject::FlatBufferSchema
H A Dschema_object.cpp386 int errCode = flatbufferSchema_.ExtractFlatBufferValue(inPath, rawValue, outExtract, false); in ExtractValue()