Searched defs:ObjectWithClear (Results 1 – 1 of 1) sorted by relevance
77 struct ObjectWithClear { in TEST() struct78 int called = 0; in TEST()79 void Clear() { ++called; } in TEST()