Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc569 struct MockObjectState { struct
570 MockObjectState() in MockObjectState() function
575 const char* first_used_file;
576 int first_used_line;
579 bool leakable; // true iff it's OK to leak the object.
580 FunctionMockers function_mockers; // All registered methods of the object.
/third_party/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc11784 struct MockObjectState { struct
11785 MockObjectState() in MockObjectState() argument
11790 const char* first_used_file;
11791 int first_used_line;
11794 bool leakable; // true iff it's OK to leak the object.
11795 FunctionMockers function_mockers; // All registered methods of the object.