Lines Matching full:rank
26 // Rank extension locations in a way that allows
29 // with the higher rank, as returned by this function. The actual
33 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank.
38 rank = 7;
44 rank = 6;
51 rank = 5;
55 rank = 4;
61 rank = 3;
65 rank = 2;
69 rank = 1;
74 rank = 0;
81 CHECK(rank != kInvalidRank);
82 return rank;
96 // If two different locations have the same rank, then we can not
100 // Highest rank has highest priority.