Searched defs:m_not_empty (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/circular_buffer/test/ | ||
D | bounded_buffer_comparison.cpp | 63 boost::condition_variable m_not_empty; member in bounded_buffer |
/third_party/boost/libs/circular_buffer/example/ | ||
D | bounded_buffer_comparison.cpp | 63 boost::condition m_not_empty; member in bounded_buffer |
D | circular_buffer_bound_example.cpp | 65 boost::condition m_not_empty; member in bounded_buffer |
/third_party/boost/boost/dynamic_bitset/ | ||
D | dynamic_bitset.hpp | 378 static bool m_not_empty(Block x){ return x != Block(0); }; in m_not_empty() function in boost::dynamic_bitset |