Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc466 struct MockObjectState { struct
467 MockObjectState() in MockObjectState() argument
472 const char* first_used_file;
473 int first_used_line;
476 bool leakable; // true if and only if it's OK to leak the object.
477 FunctionMockers function_mockers; // All registered methods of the object.
/third_party/protobuf/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc567 struct MockObjectState { struct
568 MockObjectState() in MockObjectState() function
573 const char* first_used_file;
574 int first_used_line;
577 bool leakable; // true iff it's OK to leak the object.
578 FunctionMockers function_mockers; // All registered methods of the object.
/third_party/protobuf/third_party/googletest/googlemock/fused-src/
Dgmock-gtest-all.cc13102 struct MockObjectState { struct
13103 MockObjectState() in MockObjectState() argument
13108 const char* first_used_file;
13109 int first_used_line;
13112 bool leakable; // true iff it's OK to leak the object.
13113 FunctionMockers function_mockers; // All registered methods of the object.