Home | History | Annotate | Download | only in slice

Lines Matching defs:mRevision

44     private final int mRevision;
48 mRevision = revision;
56 mRevision = source.readInt();
67 dest.writeInt(mRevision);
81 return mRevision;
96 return mRevision >= candidate.mRevision;
103 return mType.equals(other.mType) && mRevision == other.mRevision;
108 return String.format("SliceSpec{%s,%d}", mType, mRevision);