Lines Matching refs:empty
121 // Note that this does not mean the backing storage is empty: it can still
123 bool empty() const;
381 SetSorted(empty() || (sorted_ && (element > CleanBack())));
430 if (empty()) {
453 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::empty() const {
473 VIXL_ASSERT(!empty());
516 if (sorted_ && !empty()) {
536 VIXL_ASSERT(!empty());
579 if (empty()) {
596 if (empty() || !IsUsingVector()) {
638 VIXL_ASSERT(!empty());
645 VIXL_ASSERT(!empty());
725 VIXL_ASSERT(!empty());
862 VIXL_ASSERT(inval_set_->empty() || IsValid(inval_set_->preallocated_[0]));