HomeSort by relevance Sort by last modified time
    Searched defs:It2 (Results 1 - 4 of 4) 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 170 typedef MappingTable::DexToPcIterator It2;
171 for (It2 cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
201 typedef MappingTable::PcToDexIterator It2;
202 for (It2 cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
  /art/runtime/native/
dalvik_system_VMDebug.cc 280 typedef std::vector<gc::space::DiscontinuousSpace*>::const_iterator It2;
281 for (It2 it = discontinuous_spaces.begin(), end = discontinuous_spaces.end(); it != end; ++it) {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 84 milliseconds