Searched defs:actual_property_2 (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/testing/gtest/test/ |
H A D | gtest_unittest.cc | 1474 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local 1475 EXPECT_STREQ("key_2", actual_property_2.key()); 1476 EXPECT_STREQ("2", actual_property_2.value()); 1496 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local 1497 EXPECT_STREQ("key_2", actual_property_2.key()); 1498 EXPECT_STREQ("22", actual_property_2.value());
|
/external/gtest/test/ |
H A D | gtest_unittest.cc | 1474 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local 1475 EXPECT_STREQ("key_2", actual_property_2.key()); 1476 EXPECT_STREQ("2", actual_property_2.value()); 1496 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local 1497 EXPECT_STREQ("key_2", actual_property_2.key()); 1498 EXPECT_STREQ("22", actual_property_2.value());
|
/external/protobuf/gtest/test/ |
H A D | gtest_unittest.cc | 1909 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local 1910 EXPECT_STREQ("key_2", actual_property_2.key()); 1911 EXPECT_STREQ("2", actual_property_2.value()); 1931 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local 1932 EXPECT_STREQ("key_2", actual_property_2.key()); 1933 EXPECT_STREQ("22", actual_property_2.value());
|
Completed in 95 milliseconds