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

  /external/libcxx/test/support/
container_test_types.h 156 const detail::TypeID* m_expected_args; member in struct:AllocatorConstructController
162 m_expected_args = nullptr;
170 if (!m_expected_args)
172 bool res = *m_expected_args == tid;
174 m_expected_args = nullptr;
180 return m_expected_args != nullptr;
186 m_expected_args = &tid;
194 m_expected_args = &detail::makeArgumentID<Args...>();
217 m_expected_args = nullptr;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 156 const detail::TypeID* m_expected_args; member in struct:AllocatorConstructController
162 m_expected_args = nullptr;
170 if (!m_expected_args)
172 bool res = *m_expected_args == tid;
174 m_expected_args = nullptr;
180 return m_expected_args != nullptr;
186 m_expected_args = &tid;
194 m_expected_args = &detail::makeArgumentID<Args...>();
217 m_expected_args = nullptr;

Completed in 82 milliseconds