Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc588 struct MockObjectState { struct
589 MockObjectState() in MockObjectState() argument
594 const char* first_used_file;
595 int first_used_line;
598 bool leakable; // true if and only if it's OK to leak the object.
599 FunctionMockers function_mockers; // All registered methods of the object.