Searched defs:call (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dtest_program_test.cpp128 std::string call = "got_tc(" + ident + ", {"; local
132 call += ", ";
133 call += (*iter).first + '=' + (*iter).second;
135 call += "})";
136 m_calls.push_back(call);

Completed in 15 milliseconds