Searched defs:MockObjectState (Results 1 – 5 of 5) sorted by relevance
464 struct MockObjectState { struct465 MockObjectState() in MockObjectState() argument470 const char* first_used_file;471 int first_used_line;474 bool leakable; // true if and only if it's OK to leak the object.475 FunctionMockers function_mockers; // All registered methods of the object.
464 struct MockObjectState { struct465 MockObjectState() in MockObjectState() function470 const char* first_used_file;471 int first_used_line;474 bool leakable; // true if and only if it's OK to leak the object.475 FunctionMockers function_mockers; // All registered methods of the object.
13904 struct MockObjectState { struct13905 MockObjectState() in MockObjectState() function13910 const char* first_used_file;13911 int first_used_line;13914 bool leakable; // true if and only if it's OK to leak the object.13915 FunctionMockers function_mockers; // All registered methods of the object.
13932 struct MockObjectState { struct13933 MockObjectState() in MockObjectState() function13938 const char* first_used_file;13939 int first_used_line;13942 bool leakable; // true if and only if it's OK to leak the object.13943 FunctionMockers function_mockers; // All registered methods of the object.