Searched defs:it_ (Results 1 - 4 of 4) sorted by last modified time

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.h100 string16::const_iterator it_; member in class:AddressDetector::HouseNumberParser
/external/v8/src/
H A Ddebug.h898 JavaScriptFrameIterator it_; member in class:v8::internal::BASE_EMBEDDED
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h939 RepeatedPtrIterator() : it_(NULL) {}
940 explicit RepeatedPtrIterator(void* const* it) : it_(it) {}
946 : it_(other.it_) {
954 reference operator*() const { return *reinterpret_cast<Element*>(*it_); }
958 iterator& operator++() { ++it_; return *this; }
959 iterator operator++(int) { return iterator(it_++); }
960 iterator& operator--() { --it_; return *this; }
961 iterator operator--(int) { return iterator(it_--); }
964 bool operator==(const iterator& x) const { return it_
1006 void* const* it_; member in class:google::protobuf::internal::RepeatedPtrIterator
1083 void** it_; member in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
[all...]
/external/oprofile/libpp/
H A Dprofile.h166 const_iterator(iterator_t it_, u64 start_offset_) argument
167 : it(it_), start_offset(start_offset_) {}

Completed in 160 milliseconds