Home
last modified time | relevance | path

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

/external/cn-cbor/test/
Dctest.h117 void assert_not_equal(long exp, long real, const char* caller, int line);
118 #define ASSERT_NOT_EQUAL(exp, real) assert_not_equal(exp, real, __FILE__, __LINE__)
265 void assert_not_equal(long exp, long real, const char* caller, int line) { in assert_not_equal() function
/external/protobuf/ruby/tests/
Drepeated_field_test.rb252 assert_not_equal reference_arr, m.repeated_string
266 assert_not_equal hash, m.repeated_string.hash