Home
last modified time | relevance | path

Searched refs:m_expected_args (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dcontainer_test_types.h156 const detail::TypeID* m_expected_args; member
162 m_expected_args = nullptr; in clear()
170 if (!m_expected_args) in check()
172 bool res = *m_expected_args == tid; in check()
174 m_expected_args = nullptr; in check()
180 return m_expected_args != nullptr; in unchecked()
186 m_expected_args = &tid; in expect()
194 m_expected_args = &detail::makeArgumentID<Args...>();
217 m_expected_args = nullptr; in reset()