Searched defs:RepeatedPtrIterator (Results 1 - 2 of 2) 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...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h188 template <typename It> class RepeatedPtrIterator;
451 typedef internal::RepeatedPtrIterator<Element> iterator;
452 typedef internal::RepeatedPtrIterator<const Element> const_iterator;
1168 // The iterator for RepeatedPtrField<T>, RepeatedPtrIterator<T>, is
1177 class RepeatedPtrIterator class in namespace:google::protobuf::internal
1181 typedef RepeatedPtrIterator<Element> iterator;
1191 RepeatedPtrIterator() : it_(NULL) {} function in class:google::protobuf::internal::RepeatedPtrIterator
1192 explicit RepeatedPtrIterator(void* const* it) : it_(it) {} function in class:google::protobuf::internal::RepeatedPtrIterator
1194 // Allow "upcasting" from RepeatedPtrIterator<T**> to
1195 // RepeatedPtrIterator<cons
1197 RepeatedPtrIterator(const RepeatedPtrIterator<OtherElement>& other) function in class:google::protobuf::internal::RepeatedPtrIterator
[all...]

Completed in 1078 milliseconds