Searched refs:OhCloudExtTableFree (Results 1 – 3 of 3) sorted by relevance
297 void OhCloudExtTableFree(OhCloudExtTable *db);
615 pub unsafe extern "C" fn OhCloudExtTableFree(src: *mut OhCloudExtTable) { in OhCloudExtTableFree() function1559 OhCloudExtTableFree(tb); in ut_table()
229 …auto pTable = std::shared_ptr<OhCloudExtTable>(table, [](auto *table) { OhCloudExtTableFree(table)… in GetTables()