HomeSort by relevance Sort by last modified time
    Searched full:iterator_t (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_set.i 42 class SetIteratorOpen_T : public Iterator_T<InOutIterator>
49 typedef Iterator_T<nonconst_iter> base;
54 : Iterator_T<InOutIterator>(curr, seq)
80 class SetIteratorClosed_T : public Iterator_T<InOutIterator>
87 typedef Iterator_T<nonconst_iter> base;
102 : Iterator_T<InOutIterator>(curr, seq), begin(first), end(last)
rubyiterators.swg 8 * containers), the template Iterator_T does the
367 class Iterator_T : public Iterator
380 typedef Iterator_T< nonconst_iter > self_type;
412 Iterator_T(nonconst_iter curr, VALUE seq = Qnil)
541 class IteratorOpen_T : public Iterator_T<InOutIterator>
548 typedef Iterator_T<nonconst_iter> base;
553 : Iterator_T<InOutIterator>(curr, seq)
633 class IteratorClosed_T : public Iterator_T<InOutIterator>
640 typedef Iterator_T<nonconst_iter> base;
655 : Iterator_T<InOutIterator>(curr, seq), begin(first), end(last
    [all...]
rubycontainer.swg 489 swig::Iterator_T<$type > *iter_t = dynamic_cast<swig::Iterator_T<$type > *>(iter);
511 $1 = (SWIG_IsOK(res) && iter && (dynamic_cast<swig::Iterator_T<$type > *>(iter) != 0));
  /external/oprofile/libpp/
profile.h 163 typedef ordered_samples_t::const_iterator iterator_t; typedef in class:profile_t::const_iterator
166 const_iterator(iterator_t it_, u64 start_offset_)
183 iterator_t it;

Completed in 215 milliseconds