HomeSort by relevance Sort by last modified time
    Searched refs:m_empty (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/containers/associative/map/
compare.pass.cpp 34 MapT m_empty; local
38 Iter it = m_empty.find(Key(0));
39 assert(it == m_empty.end());
  /external/deqp/framework/delibs/decpp/
deThreadSafeRingBuffer.hpp 64 Semaphore m_empty; member in class:de::ThreadSafeRingBuffer
76 , m_empty ((int)size)
101 m_empty.decrement();
113 const bool success = m_empty.tryDecrement();
131 m_empty.increment();
147 m_empty.increment();
deBlockBuffer.hpp 78 deSemaphore m_empty; //!< Block empty count. member in class:de::BlockBuffer
101 , m_empty (0)
130 m_empty = deSemaphore_create(numBlocks, DE_NULL);
131 DE_ASSERT(m_fill && m_empty);
141 deSemaphore_destroy(m_empty);
151 deSemaphore_destroy(m_empty);
154 m_empty = deSemaphore_create(m_numBlocks, DE_NULL);
161 DE_ASSERT(m_fill && m_empty);
170 deSemaphore_increment(m_empty);
183 deSemaphore_decrement(m_empty);
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 235 m_empty(false),
244 EIGEN_STRONG_INLINE operator bool() const { return LhsIterator::operator bool() && (!m_empty); }
257 m_empty = true;
262 bool m_empty; member in class:Eigen::internal::sparse_dense_outer_product_evaluator::InnerIterator
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 1308 Matcher<const absl::string_view&> m_empty = StrEq(""); local
1437 const Matcher<std::string> m_empty = HasSubstr(""); local
1454 const Matcher<const char*> m_empty = HasSubstr(""); local
1715 const Matcher<absl::string_view> m_empty = StartsWith(""); local
    [all...]

Completed in 1086 milliseconds