Searched refs:MyFunction (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc786 typedef void MyFunction(bool, int*, char*); typedef
787 Action<MyFunction> a = SetArgPointee<1>(2);
807 typedef void MyFunction(std::string*, const char**); typedef
808 Action<MyFunction> a = SetArgPointee<0>("hi");
823 typedef void MyFunction(const wchar_t**); typedef
824 Action<MyFunction> a = SetArgPointee<0>(L"world");
843 typedef void MyFunction(bool, std::string*, const char**); typedef
845 Action<MyFunction> a = SetArgPointee<1>(hi);
862 typedef void MyFunction(bool, const wchar_t**); typedef
864 Action<MyFunction>
983 typedef void MyFunction(bool, int*, char*); typedef
[all...]
H A Dgmock-more-actions_test.cc622 typedef void MyFunction(bool, int*, char*); typedef
624 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
658 typedef void MyFunction(bool, int*); typedef
660 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
674 typedef void MyFunction(bool, int*); typedef
676 Action<MyFunction> a = SetArrayArgument<1>(chars, chars + 3);
689 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); typedef
691 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc524 void MyFunction(int /* n */) {} function in namespace:testing::gtest_printers_test
527 // We cannot directly cast &MyFunction to const void* because the
533 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
534 Print(&MyFunction));
1202 void (*fp)(int n) = &MyFunction;
1205 // We cannot directly cast &MyFunction to const void* because the

Completed in 19 milliseconds