Searched refs:otherType (Results 1 – 4 of 4) sorted by relevance
59 bool Token::operator==(int32_t otherType) const in operator ==()61 return otherType == type; in operator ==()64 bool Token::operator!=(int32_t otherType) const in operator !=()66 return otherType != type; in operator !=()
41 bool operator==(int32_t otherType) const;42 bool operator!=(int32_t otherType) const;
814 auto otherType = otherField.type(); in CompareFieldInfo() local816 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherType); in CompareFieldInfo()819 auto otherBaseType = otherType->base_type(); in CompareFieldInfo()827 auto otherElementType = otherType->element(); in CompareFieldInfo()919 auto otherType = bothField.second->type(); in CompareStruct() local921 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherType); in CompareStruct()923 auto otherObjIndex = otherType->index(); in CompareStruct()
62 std::string otherType = "otherPrinter"; in TEST_F() local66 registeredListeners_[otherType] = callbackToKeep; in TEST_F()72 EXPECT_NE(registeredListeners_.find(otherType), registeredListeners_.end()); in TEST_F()