Home | History | Annotate | Download | only in src

Lines Matching refs:mockers

55 // mockers, and all expectations.
686 FunctionMockers& mockers =
688 for (FunctionMockers::const_iterator it = mockers.begin();
689 it != mockers.end(); ++it) {
695 // We don't clear the content of mockers, as they may still be
741 FunctionMockers& mockers = it->second.function_mockers;
742 if (mockers.erase(mocker) > 0) {
743 // mocker was in mockers and has been just removed.
744 if (mockers.empty()) {
764 FunctionMockers& mockers =
766 for (FunctionMockers::const_iterator it = mockers.begin();
767 it != mockers.end(); ++it) {
771 // We don't clear the content of mockers, as they may still be