Home
last modified time | relevance | path

Searched defs:MockObjectState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc464 struct MockObjectState { struct
465 MockObjectState() in MockObjectState() function
470 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.