Home
last modified time | relevance | path

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

/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);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp54 bool SchemaObject::FlatBufferSchema::IsFlatBufferSchema(const std::string &inOriginal, std::string … in IsFlatBufferSchema() function in DistributedDB::SchemaObject::FlatBufferSchema
964 bool SchemaObject::FlatBufferSchema::IsFlatBufferSchema(const std::string &inOriginal, std::string … in IsFlatBufferSchema() function in DistributedDB::SchemaObject::FlatBufferSchema
H A Dschema_object.cpp137 if (FlatBufferSchema::IsFlatBufferSchema(inSchemaString, decoded)) { in ParseFromSchemaString()