HomeSort by relevance Sort by last modified time
    Searched refs:CompileAssertTypesEqual (Results 1 - 25 of 28) sorted by null

1 2

  /external/google-breakpad/src/testing/test/
gmock-generated-internal-utils_test.cc 44 using ::testing::internal::CompileAssertTypesEqual;
52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>();
56 CompileAssertTypesEqual<tuple<Matcher<int> >,
61 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char> >,
66 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char>, Matcher<bool>,
76 CompileAssertTypesEqual<int, F::Result>();
77 CompileAssertTypesEqual<tuple<>, F::ArgumentTuple>();
78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
79 CompileAssertTypesEqual<void(), F::MakeResultVoid>();
80 CompileAssertTypesEqual<IgnoredValue(), F::MakeResultIgnoredValue>()
    [all...]
gmock-internal-utils_test.cc 100 CompileAssertTypesEqual<const char,
105 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
106 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
107 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
  /external/googletest/googlemock/test/
gmock-generated-internal-utils_test.cc 44 using ::testing::internal::CompileAssertTypesEqual;
52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>();
56 CompileAssertTypesEqual<tuple<Matcher<int> >,
61 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char> >,
66 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char>, Matcher<bool>,
76 CompileAssertTypesEqual<int, F::Result>();
77 CompileAssertTypesEqual<tuple<>, F::ArgumentTuple>();
78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
79 CompileAssertTypesEqual<void(), F::MakeResultVoid>();
80 CompileAssertTypesEqual<IgnoredValue(), F::MakeResultIgnoredValue>()
    [all...]
gmock-internal-utils_test.cc 107 CompileAssertTypesEqual<const char,
110 CompileAssertTypesEqual<int, PointeeOf<std::unique_ptr<int> >::type>();
113 CompileAssertTypesEqual<std::string,
119 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
120 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
121 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
  /external/v8/testing/gmock/test/
gmock-generated-internal-utils_test.cc 44 using ::testing::internal::CompileAssertTypesEqual;
52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>();
56 CompileAssertTypesEqual<tuple<Matcher<int> >,
61 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char> >,
66 CompileAssertTypesEqual<tuple<Matcher<int>, Matcher<char>, Matcher<bool>,
76 CompileAssertTypesEqual<int, F::Result>();
77 CompileAssertTypesEqual<tuple<>, F::ArgumentTuple>();
78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
79 CompileAssertTypesEqual<void(), F::MakeResultVoid>();
80 CompileAssertTypesEqual<IgnoredValue(), F::MakeResultIgnoredValue>()
    [all...]
gmock-internal-utils_test.cc 106 CompileAssertTypesEqual<const char,
109 CompileAssertTypesEqual<int, PointeeOf<std::unique_ptr<int> >::type>();
112 CompileAssertTypesEqual<std::string,
118 CompileAssertTypesEqual<int, PointeeOf<int*>::type>();
119 CompileAssertTypesEqual<const char, PointeeOf<const char*>::type>();
120 CompileAssertTypesEqual<void, PointeeOf<void*>::type>();
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 528 CompileAssertTypesEqual<void, Result>();
694 CompileAssertTypesEqual<void, Result>();
717 CompileAssertTypesEqual<void, Result>();
789 CompileAssertTypesEqual<void, Result>();
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 155 using testing::internal::CompileAssertTypesEqual;
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 244 using testing::internal::CompileAssertTypesEqual;
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 244 using testing::internal::CompileAssertTypesEqual;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 244 using testing::internal::CompileAssertTypesEqual;
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 244 using testing::internal::CompileAssertTypesEqual;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 244 using testing::internal::CompileAssertTypesEqual;
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 646 CompileAssertTypesEqual<void, Result>();
812 CompileAssertTypesEqual<void, Result>();
835 CompileAssertTypesEqual<void, Result>();
907 CompileAssertTypesEqual<void, Result>();
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-actions.h 646 CompileAssertTypesEqual<void, Result>();
812 CompileAssertTypesEqual<void, Result>();
835 CompileAssertTypesEqual<void, Result>();
907 CompileAssertTypesEqual<void, Result>();
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 767 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
770 struct CompileAssertTypesEqual;
773 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 796 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
799 struct CompileAssertTypesEqual;
802 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 693 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
696 struct CompileAssertTypesEqual;
699 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 787 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
790 struct CompileAssertTypesEqual;
793 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 693 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
696 struct CompileAssertTypesEqual;
699 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 682 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
685 struct CompileAssertTypesEqual;
688 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 682 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
685 struct CompileAssertTypesEqual;
688 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 770 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
773 struct CompileAssertTypesEqual;
776 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 769 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
772 struct CompileAssertTypesEqual;
775 struct CompileAssertTypesEqual<T, T> {
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 769 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
772 struct CompileAssertTypesEqual;
775 struct CompileAssertTypesEqual<T, T> {
    [all...]

Completed in 622 milliseconds

1 2