Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/utils/json/
H A Dtraits_util.h42 struct IsVector : std::false_type {}; struct
45 struct IsVector<std::vector<T>> : std::true_type {};
48 constexpr bool G_IS_VECTOR = IsVector<T>::value;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp90 if (config.IsVector() && config.GetStorageMode() == StorageMode::MODE_MEMORY) { in GetRdbStore()
119 if (modifyConfig.IsVector()) { in GetRdbStore()
H A Drdb_store_config.cpp469 bool RdbStoreConfig::IsVector() const in IsVector() function in OHOS::NativeRdb::RdbStoreConfig
H A Drdb_store_impl.cpp1218 if (config_.IsVector() && trxId > 0) { in Execute()
1241 if (config_.IsVector()) { in Execute()
1859 if (!config_.IsVector() || isReadOnly_) { in BeginTrans()
1934 if ((!config_.IsVector()) || isReadOnly_) { in ExecuteByTrxId()
H A Dsqlite_connection.cpp189 rdbStoreConfig.SetIsVector(rdbConfig.IsVector()); in GetSlaveRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h200 bool IsVector() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h558 bool IsVector() const;