Searched refs:mSel (Results 1 – 4 of 4) sorted by relevance
57 IdentifierIterator operator+(diff_type v) const { return IdentifierIterator(mSel, mPos + v); }64 std::reference_wrapper<const V2_0::ProgramSelector> mSel; variable66 const V2_0::ProgramSelector& sel() const { return mSel.get(); } in sel()
59 IdentifierIterator operator+(diffType v) const { return IdentifierIterator(mSel, mPos + v); }66 std::reference_wrapper<const ProgramSelector> mSel; variable68 const ProgramSelector& getSelector() const { return mSel.get(); } in getSelector()
52 : mSel(sel), mPos(pos) {} in IdentifierIterator()
71 : mSel(sel), mPos(pos) {} in IdentifierIterator()