Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.h69 int RdKVBatchPushback(GRD_KVBatchT *batch, const Key &key, const Value &value);
H A Drd_utils.cpp235 int RdKVBatchPushback(GRD_KVBatchT *batch, const Key &key, const Value &value) in RdKVBatchPushback() function
H A Drd_single_ver_storage_executor.cpp402 ret = RdKVBatchPushback(batch, entry.key, entry.value); in BatchSaveEntries()