Searched defs:actual_property_1 (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/testing/gtest/test/ |
H A D | gtest_unittest.cc | 1470 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local 1471 EXPECT_STREQ("key_1", actual_property_1.key()); 1472 EXPECT_STREQ("1", actual_property_1.value()); 1492 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local 1493 EXPECT_STREQ("key_1", actual_property_1.key()); 1494 EXPECT_STREQ("12", actual_property_1.value());
|
/external/gtest/test/ |
H A D | gtest_unittest.cc | 1470 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local 1471 EXPECT_STREQ("key_1", actual_property_1.key()); 1472 EXPECT_STREQ("1", actual_property_1.value()); 1492 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local 1493 EXPECT_STREQ("key_1", actual_property_1.key()); 1494 EXPECT_STREQ("12", actual_property_1.value());
|
/external/protobuf/gtest/test/ |
H A D | gtest_unittest.cc | 1905 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local 1906 EXPECT_STREQ("key_1", actual_property_1.key()); 1907 EXPECT_STREQ("1", actual_property_1.value()); 1927 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local 1928 EXPECT_STREQ("key_1", actual_property_1.key()); 1929 EXPECT_STREQ("12", actual_property_1.value());
|
Completed in 61 milliseconds