Lines Matching defs:other
6 * not be construed as granting a license to any other intellectual
20 * documentation and/or other materials provided with the distribution;
114 Fetch2ThreadInfo(const Fetch2ThreadInfo& other) :
115 inputIndex(other.inputIndex),
116 pc(other.pc),
117 havePC(other.havePC),
118 lastStreamSeqNum(other.lastStreamSeqNum),
119 expectedStreamSeqNum(other.expectedStreamSeqNum),
120 predictionSeqNum(other.predictionSeqNum),
121 blocked(other.blocked)