Searched defs:expected_call_count (Results 1 – 1 of 1) sorted by relevance
145 struct expected_call_count { struct146 explicit expected_call_count( int exp_count ) in expected_call_count() function153 ~expected_call_count() in ~expected_call_count() argument159 void operator()( S const& ) const in operator ()()164 void operator()( S1 const&, S2 const& ) const in operator ()()169 void operator()( S1 const&, S2 const&, S3 const& ) const in operator ()()174 mutable int m_call_count;175 int m_exp_count;