Searched refs:IndexPreload (Results 1 – 2 of 2) sorted by relevance
28 typedef int32_t (*IndexPreload)(GRD_DB *db, const char *collectionName); typedef67 IndexPreload IndexPreloadApi = nullptr;
83 GRD_DBApiInfo.IndexPreloadApi = (IndexPreload)dlsym(g_library, "GRD_IndexPreload"); in GRD_DBApiInitEnhance()