Searched defs:MockObjectState (Results 1 – 3 of 3) sorted by relevance
513 struct MockObjectState { struct514 MockObjectState() in MockObjectState() argument519 const char* first_used_file;520 int first_used_line;523 bool leakable; // true iff it's OK to leak the object.524 FunctionMockers function_mockers; // All registered methods of the object.
523 struct MockObjectState { struct524 MockObjectState() in MockObjectState() argument529 const char* first_used_file;530 int first_used_line;533 bool leakable; // true iff it's OK to leak the object.534 FunctionMockers function_mockers; // All registered methods of the object.
529 struct MockObjectState { struct530 MockObjectState() in MockObjectState() argument535 const char* first_used_file;536 int first_used_line;539 bool leakable; // true iff it's OK to leak the object.540 FunctionMockers function_mockers; // All registered methods of the object.