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

/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc55 // mockers, and all expectations.
670 FunctionMockers& mockers = local
672 for (FunctionMockers::const_iterator it = mockers.begin();
673 it != mockers.end(); ++it) {
679 // We don't clear the content of mockers, as they may still be
725 FunctionMockers& mockers = it->second.function_mockers; local
726 if (mockers.erase(mocker) > 0) {
727 // mocker was in mockers and has been just removed.
728 if (mockers.empty()) {
748 FunctionMockers& mockers local
[all...]

Completed in 55 milliseconds