Home
last modified time | relevance | path

Searched refs:IdentifierIterator (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp48 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()
[all …]