Lines Matching full:is_empty
56 ASSERT(!*ok_ || is_empty());76 bool is_empty() { return top_ == NULL; }78 ASSERT(!is_empty());3371 if (!stack->is_empty()) {3450 if ((stack == NULL) || stack->is_empty()) return result;