Searched defs:p_client (Results 1 – 2 of 2) sorted by relevance
141 WRL::ComPtr<IDebugClient5> p_client; in RunTests() local
11 MyOutput::MyOutput(WRL::ComPtr<IDebugClient5> p_client) : p_client_(p_client) { in MyOutput()