Searched refs:m_expected_args (Results 1 – 1 of 1) sorted by relevance
155 const detail::TypeID* m_expected_args; member161 m_expected_args = nullptr; in clear()169 if (!m_expected_args) { in check()173 bool res = *m_expected_args == tid; in check()175 m_expected_args = nullptr; in check()181 return m_expected_args != nullptr; in unchecked()187 m_expected_args = &tid; in expect()195 m_expected_args = &detail::makeArgumentID<Args...>();218 m_expected_args = nullptr; in reset()