Home
last modified time | relevance | path

Searched defs:compareNotEqual (Results 1 – 2 of 2) sorted by relevance

/external/catch2/single_include/catch2/
Dcatch.hpp2313 …auto compareNotEqual( LhsT const& lhs, RhsT&& rhs ) -> bool { return static_cast<bool>(lhs != rhs)… in compareNotEqual() function
2315 …auto compareNotEqual( T* const& lhs, int rhs ) -> bool { return lhs != reinterpret_cast<void const… in compareNotEqual() function
2317 …auto compareNotEqual( T* const& lhs, long rhs ) -> bool { return lhs != reinterpret_cast<void cons… in compareNotEqual() function
2319 …auto compareNotEqual( int lhs, T* const& rhs ) -> bool { return reinterpret_cast<void const*>( lhs… in compareNotEqual() function
2321 …auto compareNotEqual( long lhs, T* const& rhs ) -> bool { return reinterpret_cast<void const*>( lh… in compareNotEqual() function
/external/libabigail/tests/lib/
Dcatch.hpp2323 …auto compareNotEqual( LhsT const& lhs, RhsT&& rhs ) -> bool { return static_cast<bool>(lhs != rhs)… in compareNotEqual() function
2325 …auto compareNotEqual( T* const& lhs, int rhs ) -> bool { return lhs != reinterpret_cast<void const… in compareNotEqual() function
2327 …auto compareNotEqual( T* const& lhs, long rhs ) -> bool { return lhs != reinterpret_cast<void cons… in compareNotEqual() function
2329 …auto compareNotEqual( int lhs, T* const& rhs ) -> bool { return reinterpret_cast<void const*>( lhs… in compareNotEqual() function
2331 …auto compareNotEqual( long lhs, T* const& rhs ) -> bool { return reinterpret_cast<void const*>( lh… in compareNotEqual() function