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

  /external/libcxx/test/support/
container_test_types.h 159 int m_expected_count; member in struct:AllocatorConstructController
163 m_expected_count = -1;
173 if (m_expected_count == -1 || --m_expected_count == -1)
193 m_expected_count = times - 1;
219 m_expected_count = -1;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 159 int m_expected_count; member in struct:AllocatorConstructController
163 m_expected_count = -1;
173 if (m_expected_count == -1 || --m_expected_count == -1)
193 m_expected_count = times - 1;
219 m_expected_count = -1;

Completed in 45 milliseconds