Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp62 std::unordered_set<std::string> cloudColNames; in CompareFieldSchema() local
85 cloudColNames.emplace(cloudField.colName); in CompareFieldSchema()
94 cloudColNames.find(fieldName) == cloudColNames.end()) { in CompareFieldSchema()