Searched defs:actual_property_1 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1463 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local
1464 EXPECT_STREQ("key_1", actual_property_1.key());
1465 EXPECT_STREQ("1", actual_property_1.value());
1485 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local
1486 EXPECT_STREQ("key_1", actual_property_1.key());
1487 EXPECT_STREQ("12", actual_property_1.value());
/external/gtest/test/
H A Dgtest_unittest.cc1470 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 Dgtest_unittest.cc1905 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 139 milliseconds