Searched refs:RdKVPut (Results 1 – 3 of 3) sorted by relevance
44 int RdKVPut(GRD_DB *db, const char *collectionName, const Key &key, const Value &value);
118 int RdKVPut(GRD_DB *db, const char *collectionName, const Key &key, const Value &value) in RdKVPut() function
384 return RdKVPut(db_, collectionName.c_str(), key, value); in SaveKvData()