Lines Matching refs:USet
28 static void expect(const USet* set,
32 static void expectContainment(const USet* set,
36 static void expectItems(const USet* set,
57 USet *s = uset_open(1, 0); in Testj2269()
83 USet* set; in TestAPI()
84 USet* set2; in TestAPI()
237 static void expect(const USet* set, in expect()
254 static void expectContainment(const USet* set, in expectContainment()
356 static void expectItems(const USet* set, in expectItems()
480 USet *set; in TestSerialized()
530 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern()
536 USet *pat; in TestBadPattern()
545 static USet *openIDSet() { in openIDSet()
553 USet *idSet; in TestFreezable()
554 USet *frozen; in TestFreezable()
555 USet *thawed; in TestFreezable()
607 USet *idSet=openIDSet(); in TestSpan()