Home | History | Annotate | Download | only in tzcode

Lines Matching full:whichpart

1418     int32_t whichpart = (part[0].offset != 0) ? 0 : 1;
1419 assert(part[whichpart].offset != 0);
1420 assert(part[1-whichpart].offset == 0);
1424 const FinalRulePart& p = part[whichpart];
1425 whichpart = 1-whichpart;
1429 os << part[whichpart].offset << endl;