Searched refs:actual_property_2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1467 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local
1468 EXPECT_STREQ("key_2", actual_property_2.key());
1469 EXPECT_STREQ("2", actual_property_2.value());
1489 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local
1490 EXPECT_STREQ("key_2", actual_property_2.key());
1491 EXPECT_STREQ("22", actual_property_2.value());
/external/gtest/test/
H A Dgtest_unittest.cc1474 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 Dgtest_unittest.cc1909 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 4914 milliseconds