Lines Matching refs:IdentifierIterator
68 IdentifierIterator::IdentifierIterator(const ProgramSelector& sel) : IdentifierIterator(sel, 0) {} in IdentifierIterator() function in aidl::android::hardware::broadcastradio::utils::IdentifierIterator
70 IdentifierIterator::IdentifierIterator(const ProgramSelector& sel, size_t pos) in IdentifierIterator() function in aidl::android::hardware::broadcastradio::utils::IdentifierIterator
73 const IdentifierIterator IdentifierIterator::operator++(int) { in operator ++()
74 IdentifierIterator i = *this; in operator ++()
79 IdentifierIterator& IdentifierIterator::operator++() { in operator ++()
84 IdentifierIterator::refType IdentifierIterator::operator*() const { in operator *()
94 bool IdentifierIterator::operator==(const IdentifierIterator& rhs) const { in operator ==()
689 utils::IdentifierIterator begin(const ProgramSelector& sel) { in begin()
690 return utils::IdentifierIterator(sel); in begin()
693 utils::IdentifierIterator end(const ProgramSelector& sel) { in end()
694 return utils::IdentifierIterator(sel) + 1 /* primary id */ + sel.secondaryIds.size(); in end()