Home | History | Annotate | Download | only in ADT

Lines Matching refs:getEmptySet

40   EXPECT_TRUE(f.getEmptySet() == f.getEmptySet());
41 EXPECT_FALSE(f.getEmptySet() != f.getEmptySet());
42 EXPECT_TRUE(f.getEmptySet().isEmpty());
44 ImmutableSet<int> S = f.getEmptySet();
53 ImmutableSet<int> S = f.getEmptySet();
81 ImmutableSet<int> S = f.getEmptySet();
119 ImmutableSet<int> S = f.getEmptySet();
142 ImmutableSet<char> S = f.getEmptySet();
154 ImmutableSet<char> S = f.getEmptySet();
177 ImmutableSet<long> S = f.getEmptySet();