Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc498 struct MockObjectState { struct
499 MockObjectState() in MockObjectState() function
504 const char* first_used_file;
505 int first_used_line;
508 bool leakable; // true iff it's OK to leak the object.
509 FunctionMockers function_mockers; // All registered methods of the object.
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc10075 struct MockObjectState { struct
10076 MockObjectState() in MockObjectState() function
10081 const char* first_used_file;
10082 int first_used_line;
10085 bool leakable; // true iff it's OK to leak the object.
10086 FunctionMockers function_mockers; // All registered methods of the object.