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

  /external/protobuf/src/google/protobuf/
repeated_field_reflection.h 164 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType;
204 IteratorPointerType operator->() const {
205 return static_cast<IteratorPointerType>(
268 typedef T* IteratorPointerType;
284 typedef int32* IteratorPointerType;
299 typedef string* IteratorPointerType;
327 typedef const T* IteratorPointerType;
reflection.h 426 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType;
466 IteratorPointerType operator->() const {
467 return static_cast<IteratorPointerType>(
530 typedef T* IteratorPointerType;
546 typedef int32* IteratorPointerType;
561 typedef string* IteratorPointerType;
589 typedef const T* IteratorPointerType;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 164 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType;
204 IteratorPointerType operator->() const {
205 return static_cast<IteratorPointerType>(
268 typedef T* IteratorPointerType;
284 typedef int32* IteratorPointerType;
299 typedef string* IteratorPointerType;
327 typedef const T* IteratorPointerType;
reflection.h 426 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType;
466 IteratorPointerType operator->() const {
467 return static_cast<IteratorPointerType>(
530 typedef T* IteratorPointerType;
546 typedef int32* IteratorPointerType;
561 typedef string* IteratorPointerType;
589 typedef const T* IteratorPointerType;

Completed in 1993 milliseconds