Searched defs:ASSERT_EQ (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtest_util_lite.cc43 #define ASSERT_EQ GOOGLE_CHECK_EQ macro
247 ASSERT_EQ(2, message.repeated_int32_size ());
248 ASSERT_EQ(2, message.repeated_int64_size ());
249 ASSERT_EQ(2, message.repeated_uint32_size ());
250 ASSERT_EQ(2, message.repeated_uint64_size ());
251 ASSERT_EQ(2, message.repeated_sint32_size ());
252 ASSERT_EQ(2, message.repeated_sint64_size ());
253 ASSERT_EQ(2, message.repeated_fixed32_size ());
254 ASSERT_EQ(2, message.repeated_fixed64_size ());
255 ASSERT_EQ(
[all...]
/external/v8/src/
H A Dchecks.h262 #define ASSERT_EQ(v1, v2) CHECK_EQ(v1, v2) macro
271 #define ASSERT_EQ(v1, v2) ((void) 0) macro
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h599 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
643 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
674 // This specialization is used when the first argument to ASSERT_EQ()
680 // version will be picked when the second argument to ASSERT_EQ() is
681 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
693 // ASSERT_EQ() is a pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1015 #define ASSERT_EQ(expected, actual) \ macro
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1284 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1340 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1371 // This specialization is used when the first argument to ASSERT_EQ()
1377 // version will be picked when the second argument to ASSERT_EQ() is
1378 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1387 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1396 // This version will be picked when the second argument to ASSERT_EQ() is a
1397 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1880 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/external/gtest/include/gtest/
H A Dgtest.h1284 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1340 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1371 // This specialization is used when the first argument to ASSERT_EQ()
1377 // version will be picked when the second argument to ASSERT_EQ() is
1378 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1387 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1396 // This version will be picked when the second argument to ASSERT_EQ() is a
1397 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1880 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1284 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1342 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1373 // This specialization is used when the first argument to ASSERT_EQ()
1379 // version will be picked when the second argument to ASSERT_EQ() is
1380 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1389 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1398 // This version will be picked when the second argument to ASSERT_EQ() is a
1399 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1882 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1156 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1210 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1241 // This specialization is used when the first argument to ASSERT_EQ()
1247 // version will be picked when the second argument to ASSERT_EQ() is
1248 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1260 // ASSERT_EQ() is a pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1685 #define ASSERT_EQ(expected, actual) \ macro

Completed in 1202 milliseconds