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

  /external/google-breakpad/src/processor/
contained_range_map-inl.h 77 MapIterator iterator_end = map_->end(); local
79 if (iterator_base == iterator_high && iterator_base != iterator_end &&
102 bool contains_high = iterator_high != iterator_end &&
107 if ((iterator_base != iterator_end && base > iterator_base->second->base_) ||
121 // because contains_high can't be true if iterator_high == iterator_end.

Completed in 53 milliseconds