Searched defs:MockObjectState (Results 1 – 6 of 6) sorted by relevance
456 struct MockObjectState { struct457 MockObjectState() in MockObjectState() function462 const char* first_used_file;463 int first_used_line;466 bool leakable; // true if and only if it's OK to leak the object.467 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.
585 struct MockObjectState { struct586 MockObjectState() in MockObjectState() function591 const char* first_used_file;592 int first_used_line;595 bool leakable; // true if and only if it's OK to leak the object.596 FunctionMockers function_mockers; // All registered methods of the object.
13903 struct MockObjectState { struct13904 MockObjectState() in MockObjectState() argument13909 const char* first_used_file;13910 int first_used_line;13913 bool leakable; // true if and only if it's OK to leak the object.13914 FunctionMockers function_mockers; // All registered methods of the object.
13932 struct MockObjectState { struct13933 MockObjectState() in MockObjectState() argument13938 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.