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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h2191 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2194 // Instead of making StaticAssertTypeEq a class template, we make it a
2196 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2202 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2207 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2221 bool StaticAssertTypeEq() { function in namespace:testing
/external/chromium_org/third_party/mesa/src/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/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.h2047 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2050 // Instead of making StaticAssertTypeEq a class template, we make it a
2052 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2058 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2063 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2077 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.h1852 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
1855 // Instead of making StaticAssertTypeEq a class template, we make it a
1857 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
1863 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
1868 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
1882 bool StaticAssertTypeEq() { function in namespace:testing
/external/chromium_org/third_party/libvpx/source/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/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

Completed in 3445 milliseconds