Searched refs:bugTypeIndex_ (Results 1 – 2 of 2) sorted by relevance
21 @synthesize bugTypeIndex = bugTypeIndex_;147 NSUInteger adjustedBugTypeIndex_ = [bugTypeList_ count] == 8 ? bugTypeIndex_ :148 bugTypeIndex_ + 4;155 bugTypeIndex_ = bugTypeIndex;
36 NSUInteger bugTypeIndex_; variable