Searched defs:MockObjectState (Results 1 – 2 of 2) sorted by relevance
498 struct MockObjectState { struct499 MockObjectState() in MockObjectState() function504 const char* first_used_file;505 int first_used_line;508 bool leakable; // true iff it's OK to leak the object.509 FunctionMockers function_mockers; // All registered methods of the object.
10075 struct MockObjectState { struct10076 MockObjectState() in MockObjectState() function10081 const char* first_used_file;10082 int first_used_line;10085 bool leakable; // true iff it's OK to leak the object.10086 FunctionMockers function_mockers; // All registered methods of the object.