Searched refs:CASE_B (Results 1 - 1 of 1) sorted by path

/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4032 // On Linux, CASE_B and CASE_A have the same value when truncated to
4035 CASE_B = testing::internal::kMaxBiggestInt, enumerator in enum:__anon28922::__anon28923
4037 CASE_B = INT_MAX,
4043 EXPECT_EQ(static_cast<int>(CASE_A), static_cast<int>(CASE_B));
4047 EXPECT_NE(CASE_A, CASE_B);
4048 EXPECT_LT(CASE_A, CASE_B);
4049 EXPECT_LE(CASE_A, CASE_B);
4050 EXPECT_GT(CASE_B, CASE_A);
4052 EXPECT_NONFATAL_FAILURE(EXPECT_GE(CASE_A, CASE_B),
4053 "(CASE_A) >= (CASE_B)");
[all...]

Completed in 994 milliseconds