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

/external/gtest/include/gtest/
H A Dgtest.h1309 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
1312 // Instead of making StaticAssertTypeEq a class template, we make it a
1314 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
1320 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
1325 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
1339 bool StaticAssertTypeEq() { function in namespace:testing
/external/chromium/testing/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/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2046 // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2049 // Instead of making StaticAssertTypeEq a class template, we make it a
2051 // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2057 // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2062 // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2076 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

Completed in 172 milliseconds