Home | History | Annotate | Download | only in common

Lines Matching defs:rank

25 // Rank extension locations in a way that allows
28 // with the higher rank, as returned by this function. The actual
32 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank.
37 rank = 9;
41 rank = 8;
47 rank = 7;
51 rank = 6;
58 rank = 5;
62 rank = 4;
68 rank = 3;
72 rank = 2;
76 rank = 1;
81 rank = 0;
88 CHECK(rank != kInvalidRank);
89 return rank;
103 // If two different locations have the same rank, then we can not
107 // Highest rank has highest priority.