Searched refs:hs1 (Results 1 – 2 of 2) sorted by relevance
131 hidl_string hs1(cstr1); in TEST_F() local142 EXPECT_TRUE(hs1 == hsE); in TEST_F()143 EXPECT_FALSE(hs1 == hsNE); in TEST_F()144 EXPECT_TRUE(hs1 == cstrE); in TEST_F()145 EXPECT_FALSE(hs1 == cstrNE); in TEST_F()146 EXPECT_TRUE(hs1 == stringE); in TEST_F()147 EXPECT_FALSE(hs1 == stringNE); in TEST_F()148 EXPECT_FALSE(hs1 != hsE); in TEST_F()149 EXPECT_TRUE(hs1 != hsNE); in TEST_F()150 EXPECT_FALSE(hs1 != cstrE); in TEST_F()[all …]
187 inline bool operator OP(const hidl_string& hs1, const hidl_string& hs2) { \188 return strcmp(hs1.c_str(), hs2.c_str()) OP 0; /* NOLINT */ \