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

  /external/gmock/src/
gmock-spec-builders.cc 508 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
524 FunctionMockers function_mockers; // All registered methods of the object.
686 FunctionMockers& mockers =
688 for (FunctionMockers::const_iterator it = mockers.begin();
741 FunctionMockers& mockers = it->second.function_mockers;
764 FunctionMockers& mockers =
766 for (FunctionMockers::const_iterator it = mockers.begin();
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 508 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
524 FunctionMockers function_mockers; // All registered methods of the object.
686 FunctionMockers& mockers =
688 for (FunctionMockers::const_iterator it = mockers.begin();
741 FunctionMockers& mockers = it->second.function_mockers;
764 FunctionMockers& mockers =
766 for (FunctionMockers::const_iterator it = mockers.begin();

Completed in 198 milliseconds