Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc513 struct MockObjectState { struct
514 MockObjectState() in MockObjectState() function
519 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.
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc523 struct MockObjectState { struct
524 MockObjectState() in MockObjectState() function
529 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.
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc523 struct MockObjectState { struct
524 MockObjectState() in MockObjectState() function
529 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.
/external/fmtlib/test/
Dgmock-gtest-all.cc10963 struct MockObjectState { struct
10964 MockObjectState() in MockObjectState() function
10969 const char* first_used_file;
10970 int first_used_line;
10973 bool leakable; // true iff it's OK to leak the object.
10974 FunctionMockers function_mockers; // All registered methods of the object.