Home | History | Annotate | Download | only in tests

Lines Matching defs:primary

91 	if (!d->primary)
152 type_datum_t *type, *primary;
156 primary = hashtab_search(p->p_types.table, primary_id);
159 CU_ASSERT_PTR_NOT_NULL(primary);
161 if (type && primary) {
170 my_value = primary->s.value;
173 my_primary = primary->s.value;
174 CU_ASSERT_NOT_EQUAL(type->s.value, primary->s.value);
178 CU_ASSERT(type->primary == my_primary);
241 CU_ASSERT(attr->primary == 1);