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

  /external/oprofile/libutil++/
sparse_array.h 51 typename container_type::const_iterator it_end = rhs.container.end(); local
52 for ( ; it != it_end; it++)
65 typename container_type::const_iterator it_end = rhs.container.end(); local
66 for ( ; it != it_end; it++)
89 typename container_type::const_iterator it_end = container.end(); local
90 for ( ; it != it_end; it++)
  /external/chromium_org/extensions/common/permissions/
base_set_operators.h 107 const_iterator it_end = end(); local
110 while (it != it_end && rhs_it != rhs_it_end) {
120 return it == it_end && rhs_it == rhs_it_end;
  /external/libmtp/src/
playlist-spl.c 371 char* it_end = t + rdcnt; local
372 while(it < it_end) {

Completed in 72 milliseconds