Searched defs:MatchRanges (Results 1 – 1 of 1) sorted by relevance
42 struct MatchRanges { struct43 …MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1), firstUse… in MatchRanges() function44 int firstUARule;45 int lastUARule;46 int firstAuthorRule;47 int lastAuthorRule;48 int firstUserRule;49 int lastUserRule;50 RuleRange UARuleRange() { return RuleRange(firstUARule, lastUARule); } in UARuleRange()74 MatchRanges ranges; argument