Lines Matching refs:IdentifierIterator
48 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel) in IdentifierIterator() function in android::hardware::broadcastradio::utils::IdentifierIterator
49 : IdentifierIterator(sel, 0) {} in IdentifierIterator()
51 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel, size_t pos) in IdentifierIterator() function in android::hardware::broadcastradio::utils::IdentifierIterator
54 IdentifierIterator IdentifierIterator::operator++(int) { in operator ++()
60 IdentifierIterator& IdentifierIterator::operator++() { in operator ++()
65 IdentifierIterator::ref_type IdentifierIterator::operator*() const { in operator *()
73 bool IdentifierIterator::operator==(const IdentifierIterator& rhs) const { in operator ==()
421 utils::IdentifierIterator begin(const ProgramSelector& sel) { in begin()
422 return utils::IdentifierIterator(sel); in begin()
425 utils::IdentifierIterator end(const ProgramSelector& sel) { in end()
426 return utils::IdentifierIterator(sel) + 1 /* primary id */ + sel.secondaryIds.size(); in end()