Searched refs:g_relation_index (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgrel.h57 * g_relation_index() indexes relation FIELD with the provided
71 void g_relation_index (GRelation *relation,
H A Dgaliasdef.c2293 #undef g_relation_index macro
2294 extern __typeof (g_relation_index) g_relation_index __attribute((alias("IA__g_relation_index"), visibility("default")));
H A Dgalias.h2286 extern __typeof (g_relation_index) IA__g_relation_index __attribute((visibility("hidden")));
2287 #define g_relation_index IA__g_relation_index macro
/external/bluetooth/glib/tests/
H A Drelation-test.c73 g_relation_index (relation, 0, g_int_hash, g_int_equal);
74 g_relation_index (relation, 1, g_int_hash, g_int_equal);
H A Dtestglib.c1072 g_relation_index (relation, 0, g_int_hash, g_int_equal);
1073 g_relation_index (relation, 1, g_int_hash, g_int_equal);

Completed in 70 milliseconds