Searched defs:MockObjectState (Results 1 – 3 of 3) sorted by relevance
466 struct MockObjectState { struct467 MockObjectState() in MockObjectState() argument472 const char* first_used_file;473 int first_used_line;476 bool leakable; // true if and only if it's OK to leak the object.477 FunctionMockers function_mockers; // All registered methods of the object.
567 struct MockObjectState { struct568 MockObjectState() in MockObjectState() function573 const char* first_used_file;574 int first_used_line;577 bool leakable; // true iff it's OK to leak the object.578 FunctionMockers function_mockers; // All registered methods of the object.
13102 struct MockObjectState { struct13103 MockObjectState() in MockObjectState() argument13108 const char* first_used_file;13109 int first_used_line;13112 bool leakable; // true iff it's OK to leak the object.13113 FunctionMockers function_mockers; // All registered methods of the object.