Searched refs:IteratorPointerType (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Drepeated_field_reflection.h164 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType; typedef in class:google::protobuf::internal::RepeatedFieldRefIterator
204 IteratorPointerType operator->() const {
205 return static_cast<IteratorPointerType>(
268 typedef T* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
284 typedef int32* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
299 typedef string* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
327 typedef const T* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
H A Dreflection.h426 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType; typedef in class:google::protobuf::internal::RepeatedFieldRefIterator
466 IteratorPointerType operator->() const {
467 return static_cast<IteratorPointerType>(
530 typedef T* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
546 typedef int32* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
561 typedef string* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits
589 typedef const T* IteratorPointerType; typedef in struct:google::protobuf::internal::RefTypeTraits

Completed in 54 milliseconds