Searched refs:mockers (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc55 // mockers, and all expectations.
696 FunctionMockers& mockers = local
698 for (FunctionMockers::const_iterator it = mockers.begin();
699 it != mockers.end(); ++it) {
705 // We don't clear the content of mockers, as they may still be
751 FunctionMockers& mockers = it->second.function_mockers; local
752 if (mockers.erase(mocker) > 0) {
753 // mocker was in mockers and has been just removed.
754 if (mockers.empty()) {
774 FunctionMockers& mockers local
[all...]
/gem5/ext/googletest/googlemock/
H A DMakefile.am32 include/gmock/gmock-generated-function-mockers.h \
139 include/gmock/gmock-generated-function-mockers.h.pump \

Completed in 7 milliseconds