HomeSort by relevance Sort by last modified time
    Searched refs:mockers (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 55 // 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...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 321 milliseconds