Searched refs:s2a (Results 1 – 1 of 1) sorted by relevance
88 hidl_string s2a(nullptr); // copy constructor from null cstr in TEST_F() local89 EXPECT_STREQ("", s2a.c_str()); in TEST_F()90 s2a = nullptr; // = from nullptr cstr in TEST_F()91 EXPECT_STREQ(s2a.c_str(), ""); in TEST_F()