Searched refs:KVGet (Results 1 – 2 of 2) sorted by relevance
46 typedef int32_t (*KVGet)(GRD_DB *db, const char *collectionName, const GRD_KVItemT *key, const GRD_… typedef82 KVGet KVGetApi = nullptr;
98 GRD_DBApiInfo.KVGetApi = (KVGet)dlsym(g_library, "GRD_KVGet"); in GRD_DBApiInitEnhance()