Searched refs:tuple_equal (Results 1 – 4 of 4) sorted by relevance
174 tuple_equal (gint fields) in tuple_equal() function204 rel->all_tuples = g_hash_table_new (tuple_hash (fields), tuple_equal (fields)); in g_relation_new()331 per_key_table = g_hash_table_new (tuple_hash (relation->fields), tuple_equal (relation->fields)); in g_relation_insert()
162 return not F.tuple_equal(x, y)
176 return F.tuple_equal(x, y)
189 tuple_equal = Primitive("tuple_equal") variable