Searched defs:RepeatedPtrIterator (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Drepeated_field.h150 template <typename It> class RepeatedPtrIterator;
350 typedef internal::RepeatedPtrIterator<Element> iterator;
351 typedef internal::RepeatedPtrIterator<const Element> const_iterator;
916 // The iterator for RepeatedPtrField<T>, RepeatedPtrIterator<T>, is
925 class RepeatedPtrIterator class in namespace:google::protobuf::internal
929 typedef RepeatedPtrIterator<Element> iterator;
939 RepeatedPtrIterator() : it_(NULL) {} function in class:google::protobuf::internal::RepeatedPtrIterator
940 explicit RepeatedPtrIterator(void* const* it) : it_(it) {} function in class:google::protobuf::internal::RepeatedPtrIterator
942 // Allow "upcasting" from RepeatedPtrIterator<T**> to
943 // RepeatedPtrIterator<cons
945 RepeatedPtrIterator(const RepeatedPtrIterator<OtherElement>& other) function in class:google::protobuf::internal::RepeatedPtrIterator
[all...]

Completed in 19 milliseconds