Home | History | Annotate | Download | only in tcg

Lines Matching full:all_helpers

267 static const TCGHelperInfo all_helpers[] = {
324 for (i = 0; i < ARRAY_SIZE(all_helpers); ++i) {
325 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func,
326 (gpointer)all_helpers[i].name);