Lines Matching refs:set
42 #include <set>
435 // this method is called again. Instead, make a copy of the set of
436 // expectations to delete, clear our set within the mutex, and then clear the
437 // copied set outside of it.
461 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
645 // No EXPECT_CALL() was set on the given mock object.
728 // Clears all ON_CALL()s set on the given mock object.
734 // No ON_CALL() was set on the given mock object.
773 internal::g_gmock_implicit_sequence.set(new Sequence);
785 internal::g_gmock_implicit_sequence.set(nullptr);