Searched refs:s7 (Results 1 – 2 of 2) sorted by relevance
64 Slice s7(mRaw.data(), mRaw.data() + mRaw.size()); in TEST_F() local
102 hidl_string s7 = std::string("s7"); // copy = from std::string in TEST_F() local103 EXPECT_STREQ(s7.c_str(), "s7"); in TEST_F()104 hidl_string s8(s7); // copy constructor // NOLINT, test the copy constructor in TEST_F()