Searched refs:otherTag (Results 1 – 2 of 2) sorted by relevance
106 def __and__(self, otherTag): argument107 return self.__class__(self.__tagClass & otherTag.tagClass,108 self.__tagFormat & otherTag.tagFormat,109 self.__tagId & otherTag.tagId)111 def __or__(self, otherTag): argument112 return self.__class__(self.__tagClass | otherTag.tagClass,113 self.__tagFormat | otherTag.tagFormat,114 self.__tagId | otherTag.tagId)
110 int otherTag = otherConstant.getTag(); in compareTo() local112 if (thisTag != otherTag) in compareTo()114 return PRIORITIES[thisTag] < PRIORITIES[otherTag] ? -1 : 1; in compareTo()