Searched refs:actual_property_1 (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1584 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local
1585 EXPECT_STREQ("key_1", actual_property_1.key());
1586 EXPECT_STREQ("1", actual_property_1.value());
1606 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local
1607 EXPECT_STREQ("key_1", actual_property_1.key());
1608 EXPECT_STREQ("12", actual_property_1.value());
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc1742 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local
1743 EXPECT_STREQ("key_1", actual_property_1.key());
1744 EXPECT_STREQ("1", actual_property_1.value());
1764 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); local
1765 EXPECT_STREQ("key_1", actual_property_1.key());
1766 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/vulkan-validation-layers/tests/gtest-1.7.0/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());

Completed in 221 milliseconds