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()
174 bool res = *m_expected_args == tid; in check()
176 m_expected_args = nullptr; in check()
182 return m_expected_args != nullptr; in unchecked()
188 m_expected_args = &tid; in expect()
196 m_expected_args = &detail::makeArgumentID<Args...>();
219 m_expected_args = nullptr; in reset()