Searched refs:DuplexEnd (Results 1 – 2 of 2) sorted by relevance
42 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()47 DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()50 if (DuplexCurrent != DuplexEnd) { in operator ++()52 if (DuplexCurrent == DuplexEnd) { in operator ++()54 DuplexEnd = BundleEnd; in operator ++()64 DuplexEnd = Inst.end(); in operator ++()71 if (DuplexCurrent != DuplexEnd) in operator *()78 DuplexCurrent == Other.DuplexCurrent && DuplexEnd == Other.DuplexEnd; in operator ==()
48 MCInst::const_iterator DuplexEnd; variable