Home
last modified time | relevance | path

Searched defs:expected_call_count (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/test/test/test-organization-ts/datasets-test/
Ddatasets-test.hpp145 struct expected_call_count { struct
146 explicit expected_call_count( int exp_count ) in expected_call_count() function
153 ~expected_call_count() in ~expected_call_count() argument
159 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;