Searched refs:hs (Results 1 – 3 of 3) sorted by relevance
464 hidl_string hs(s); in TEST_F() local465 EXPECT_NE(hs.c_str(), s); in TEST_F()467 EXPECT_TRUE(hs == s); // operator == in TEST_F()468 EXPECT_TRUE(s == hs); in TEST_F()470 EXPECT_FALSE(hs != s); // operator == in TEST_F()471 EXPECT_FALSE(s != hs); in TEST_F()
43 VkQepGBhfFmEajHA2uvv5L4AHagOL+dhcQRjh/T5ERg+hs/mtKas8ETUFu1jH39X
198 inline bool operator OP(const hidl_string& hs, const char* s) { \199 return strcmp(hs.c_str(), s) OP 0; /* NOLINT */ \201 inline bool operator OP(const char* s, const hidl_string& hs) { \202 return strcmp(s, hs.c_str()) OP 0; /* NOLINT */ \990 inline std::string toString(const hidl_string &hs) {991 return std::string{"\""} + hs.c_str() + "\"";995 inline std::string toString(const hidl_handle &hs) {996 return toString(hs.getNativeHandle());