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