Searched defs:StaticAssertTypeEq (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h2048 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2051 // Instead of making StaticAssertTypeEq a class template, we make it a
2053 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2059 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2064 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2078 bool StaticAssertTypeEq() { function in namespace:testing
/external/gtest/include/gtest/
H A Dgtest.h2175 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2178 // Instead of making StaticAssertTypeEq a class template, we make it a
2180 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2186 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2191 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2205 bool StaticAssertTypeEq() { function in namespace:testing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2048 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2051 // Instead of making StaticAssertTypeEq a class template, we make it a
2053 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2059 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2064 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2078 bool StaticAssertTypeEq() { function in namespace:testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h2044 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2047 // Instead of making StaticAssertTypeEq a class template, we make it a
2049 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2055 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2060 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2074 bool StaticAssertTypeEq() { function in namespace:testing
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1941 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
1944 // Instead of making StaticAssertTypeEq a class template, we make it a
1946 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
1952 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
1957 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
1971 bool StaticAssertTypeEq() { function in namespace:testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h2175 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2178 // Instead of making StaticAssertTypeEq a class template, we make it a
2180 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2186 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2191 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2205 bool StaticAssertTypeEq() { function in namespace:testing
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h17896 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
17899 // Instead of making StaticAssertTypeEq a class template, we make it a
17901 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
17907 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
17912 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
17926 bool StaticAssertTypeEq() { function in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1967 // StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h.
19945 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
19948 // Instead of making StaticAssertTypeEq a class template, we make it a
19950 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
19956 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
19961 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
19975 bool StaticAssertTypeEq() { function in namespace:testing
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h2018 // StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h.
20009 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
20012 // Instead of making StaticAssertTypeEq a class template, we make it a
20014 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
20020 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
20025 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
20039 bool StaticAssertTypeEq() { function in namespace:testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h1967 // StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h.
19946 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
19949 // Instead of making StaticAssertTypeEq a class template, we make it a
19951 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
19957 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
19962 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
19976 bool StaticAssertTypeEq() { function in namespace:testing

Completed in 568 milliseconds