Searched defs:is_not_empty (Results 1 – 4 of 4) sorted by relevance
57 bool is_not_empty() const { return m_unread > 0; } in is_not_empty() function in bounded_buffer100 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_space_optimized142 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_deque_based185 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_list_based
59 bool is_not_empty() const { return m_unread > 0; } in is_not_empty() function in bounded_buffer
29 bool is_not_empty(const std::string& str) in is_not_empty() function