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

/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc326 typedef int MyFunction(bool, int); typedef in namespace:__anon6901
328 class MyActionImpl : public ActionInterface<MyFunction> {
341 Action<MyFunction> action = MakeAction(new MyActionImpl);
354 Action<MyFunction> action(new MyActionImpl);
359 const Action<MyFunction> action(new MyActionImpl);
367 Action<MyFunction> a1(new MyActionImpl);
368 Action<MyFunction> a2(a1); // Tests the copy constructor.
701 typedef void MyFunction(bool, int*, char*); typedef
702 Action<MyFunction> a = SetArgPointee<1>(2);
722 typedef void MyFunction(st typedef
738 typedef void MyFunction(const wchar_t**); typedef
758 typedef void MyFunction(bool, std::string*, const char**); typedef
777 typedef void MyFunction(bool, const wchar_t**); typedef
898 typedef void MyFunction(bool, int*, char*); typedef
[all...]
H A Dgmock-more-actions_test.cc619 typedef void MyFunction(bool, int*, char*); typedef
621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
655 typedef void MyFunction(bool, int*); typedef
657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
671 typedef void MyFunction(bool, char*); typedef
673 Action<MyFunction> a = SetArrayArgument<1>(codes, codes + 3);
686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); typedef
688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
/external/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());
/external/v8/testing/gmock/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.cc619 typedef void MyFunction(bool, int*, char*); typedef
621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
655 typedef void MyFunction(bool, int*); typedef
657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
671 typedef void MyFunction(bool, int*); typedef
673 Action<MyFunction> a = SetArrayArgument<1>(chars, chars + 3);
686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); typedef
688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-printers_test.cc520 void MyFunction(int /* n */) {} function in namespace:testing::gtest_printers_test
523 // We cannot directly cast &MyFunction to const void* because the
529 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
530 Print(&MyFunction));
1151 void (*fp)(int n) = &MyFunction;
1154 // We cannot directly cast &MyFunction to const void* because the
/external/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
/external/v8/testing/gtest/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-printers_test.cc526 void MyFunction(int /* n */) {} function in namespace:testing::gtest_printers_test
529 // We cannot directly cast &MyFunction to const void* because the
535 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
536 Print(&MyFunction));
1170 void (*fp)(int n) = &MyFunction;
1173 // We cannot directly cast &MyFunction to const void* because the

Completed in 293 milliseconds