Home | History | Annotate | Download | only in Object

Lines Matching refs:RIT

131   for (CONST_RIT rit = dotAssignments().rbegin(), rie = dotAssignments().rend();
132 rit != rie;
133 ++rit) {
134 if ((*rit).type() == Assignment::DEFAULT) {
136 (dotAssignments().size() - (rit - dotAssignments().rbegin()) - 1);
143 typedef DotAssignments::reverse_iterator RIT;
144 for (RIT rit = dotAssignments().rbegin(), rie = dotAssignments().rend();
145 rit != rie;
146 ++rit) {
147 if ((*rit).type() == Assignment::DEFAULT) {
149 (dotAssignments().size() - (rit - dotAssignments().rbegin()) - 1);