Home | History | Annotate | Download | only in ADT

Lines Matching refs:isSingleton

1073   /// isSingleton - Return true if the set contains exactly one element.
1075 bool isSingleton() const { return getHeight() == 1; }
1191 /// isSingleton - Return true if the set contains exactly one element.
1193 bool isSingleton() const { return getHeight() == 1; }