HomeSort by relevance Sort by last modified time
    Searched defs:It2 (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 401 input_iterator_type It2=Begin;
403 // Advance It2 by N increments
404 for( Index=0; Index<N && It2!=End; ++Index,++It2 ) {};
406 // Advance It, It2 to the end
407 for(; It2!=End; ++It,++It2 ) {};
409 return result_type( It, It2 );
578 ForwardIteratorT It2=It;
583 while( It2!=End && m_Pred(*It2) ) ++It2
    [all...]
  /art/runtime/mirror/
art_method.cc 192 typedef MappingTable::DexToPcIterator It2;
193 for (It2 cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
222 typedef MappingTable::PcToDexIterator It2;
223 for (It2 cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {

Completed in 1004 milliseconds