Lines Matching defs:mockers
71 // mockers, and all expectations.
652 FunctionMockers& mockers =
654 for (FunctionMockers::const_iterator it = mockers.begin();
655 it != mockers.end(); ++it) {
661 // We don't clear the content of mockers, as they may still be
717 FunctionMockers& mockers = it->second.function_mockers;
718 if (mockers.erase(mocker) > 0) {
719 // mocker was in mockers and has been just removed.
720 if (mockers.empty()) {
740 FunctionMockers& mockers =
742 for (FunctionMockers::const_iterator it = mockers.begin();
743 it != mockers.end(); ++it) {
747 // We don't clear the content of mockers, as they may still be