Home
last modified time | relevance | path

Searched refs:_C2Comparable (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/include/
DC2ParamDef.h55 struct C2_HIDE _C2Comparable struct
93 static_assert(!_C2Comparable<S>::value, "C2 structure must not have operator== or !=");
/hardware/google/av/codec2/tests/
DC2Param_test.cpp843 static_assert(_C2Comparable<int>::value, "int is not comparable");
844 static_assert(!_C2Comparable<void>::value, "void is comparable");
856 static_assert(_C2Comparable<_test0>::value, "class with == and != is not comparable");
857 static_assert(_C2Comparable<_test1>::value, "class with == is not comparable");
858 static_assert(_C2Comparable<_test2>::value, "class with != is not comparable");