Home
last modified time | relevance | path

Searched defs:is_not_empty (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/circular_buffer/test/
Dbounded_buffer_comparison.cpp57 bool is_not_empty() const { return m_unread > 0; } in is_not_empty() function in bounded_buffer
100 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_space_optimized
142 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_deque_based
185 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_list_based
/third_party/boost/libs/circular_buffer/example/
Dbounded_buffer_comparison.cpp57 bool is_not_empty() const { return m_unread > 0; } in is_not_empty() function in bounded_buffer
100 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_space_optimized
142 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_deque_based
185 bool is_not_empty() const { return m_container.size() > 0; } in is_not_empty() function in bounded_buffer_list_based
Dcircular_buffer_bound_example.cpp59 bool is_not_empty() const { return m_unread > 0; } in is_not_empty() function in bounded_buffer
/third_party/boost/libs/algorithm/string/test/
Djoin_test.cpp29 bool is_not_empty(const std::string& str) in is_not_empty() function