Searched refs:DuplexEnd (Results 1 – 2 of 2) sorted by relevance
43 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator() 48 DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator() 51 if (DuplexCurrent != DuplexEnd) { in operator ++() 53 if (DuplexCurrent == DuplexEnd) { in operator ++() 55 DuplexEnd = BundleEnd; in operator ++() 65 DuplexEnd = Inst.end(); in operator ++() 72 if (DuplexCurrent != DuplexEnd) in operator *() 79 DuplexCurrent == Other.DuplexCurrent && DuplexEnd == Other.DuplexEnd; in operator ==()
52 MCInst::const_iterator DuplexEnd; variable