Searched refs:hs (Results 1 – 4 of 4) sorted by relevance
6 ��hs��D�Y
450 hidl_string hs(s); in TEST_F() local451 EXPECT_NE(hs.c_str(), s); in TEST_F()453 EXPECT_TRUE(hs == s); // operator == in TEST_F()454 EXPECT_TRUE(s == hs); in TEST_F()456 EXPECT_FALSE(hs != s); // operator == in TEST_F()457 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());