Searched refs:otherTag (Results 1 – 2 of 2) sorted by relevance
41 def __and__(self, otherTag): argument42 (tagClass, tagFormat, tagId) = otherTag46 def __or__(self, otherTag): argument47 (tagClass, tagFormat, tagId) = otherTag
110 int otherTag = otherConstant.getTag(); in compareTo() local112 if (thisTag != otherTag) in compareTo()114 return PRIORITIES[thisTag] < PRIORITIES[otherTag] ? -1 : 1; in compareTo()