Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp54 …bject::FlatBufferSchema::IsFlatBufferSchema(const std::string &inOriginal, std::string &outDecoded) in IsFlatBufferSchema() argument
68 outDecoded = inOriginal; // The original one is the decoded one in IsFlatBufferSchema()
71 outDecoded.clear(); in IsFlatBufferSchema()
964 …bject::FlatBufferSchema::IsFlatBufferSchema(const std::string &inOriginal, std::string &outDecoded) in IsFlatBufferSchema() argument
967 (void)outDecoded; in IsFlatBufferSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h158 static bool IsFlatBufferSchema(const std::string &inOriginal, std::string &outDecoded);