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

  /external/google-breakpad/src/processor/
static_map.h 99 inline iterator begin() const { return IteratorAtIndex(0); }
100 inline iterator last() const { return IteratorAtIndex(num_nodes_ - 1); }
101 inline iterator end() const { return IteratorAtIndex(num_nodes_); }
102 inline iterator IteratorAtIndex(int index) const {
static_map-inl.h 71 return IteratorAtIndex(middle);
92 return IteratorAtIndex(middle);
99 return IteratorAtIndex(begin);
113 return IteratorAtIndex(middle + 1);
120 return IteratorAtIndex(begin);
static_range_map-inl.h 114 MapConstIterator iterator = map_.IteratorAtIndex(index);

Completed in 772 milliseconds