Searched refs:s7 (Results 1 – 2 of 2) sorted by relevance
20 s7: 7ff20dcc11d0
100 hidl_string s7 = std::string("s7"); // copy = from std::string in TEST_F() local101 EXPECT_STREQ(s7.c_str(), "s7"); in TEST_F()102 hidl_string s8(s7); // copy constructor // NOLINT, test the copy constructor in TEST_F()