Searched refs:hs1 (Results 1 – 2 of 2) sorted by relevance
142 hidl_string hs1(cstr1); in TEST_F() local153 EXPECT_TRUE(hs1 == hsE); in TEST_F()154 EXPECT_FALSE(hs1 == hsNE); in TEST_F()155 EXPECT_TRUE(hs1 == cstrE); in TEST_F()156 EXPECT_FALSE(hs1 == cstrNE); in TEST_F()157 EXPECT_TRUE(hs1 == stringE); in TEST_F()158 EXPECT_FALSE(hs1 == stringNE); in TEST_F()159 EXPECT_FALSE(hs1 != hsE); in TEST_F()160 EXPECT_TRUE(hs1 != hsNE); in TEST_F()161 EXPECT_FALSE(hs1 != cstrE); in TEST_F()[all …]
195 inline bool operator OP(const hidl_string& hs1, const hidl_string& hs2) { \196 return strcmp(hs1.c_str(), hs2.c_str()) OP 0; /* NOLINT */ \