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

  /external/protobuf/src/google/protobuf/
reflection.h 48 struct RefTypeTraits;
67 typedef typename internal::RefTypeTraits<T>::iterator IteratorType;
68 typedef typename internal::RefTypeTraits<T>::AccessorType AccessorType;
98 internal::RefTypeTraits<T>::cpp_type, NULL);
110 typedef typename internal::RefTypeTraits<T>::AccessorType AccessorType;
163 message, field, internal::RefTypeTraits<T>::cpp_type, NULL);
175 typedef typename internal::RefTypeTraits<T>::iterator IteratorType;
176 typedef typename internal::RefTypeTraits<T>::AccessorType AccessorType;
220 internal::RefTypeTraits<T>::cpp_type,
221 internal::RefTypeTraits<T>::GetMessageFieldDescriptor())
    [all...]
repeated_field_reflection.h 69 // You can map from T to the actual type using RefTypeTraits:
70 // typedef RefTypeTraits<T>::AccessorValueType ActualType;
122 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
131 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
145 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
162 typedef typename RefTypeTraits<T>::AccessorValueType AccessorValueType;
163 typedef typename RefTypeTraits<T>::IteratorValueType IteratorValueType;
164 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType;
262 struct RefTypeTraits<
277 struct RefTypeTraits<
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 48 struct RefTypeTraits;
67 typedef typename internal::RefTypeTraits<T>::iterator IteratorType;
68 typedef typename internal::RefTypeTraits<T>::AccessorType AccessorType;
98 internal::RefTypeTraits<T>::cpp_type, NULL);
110 typedef typename internal::RefTypeTraits<T>::AccessorType AccessorType;
163 message, field, internal::RefTypeTraits<T>::cpp_type, NULL);
175 typedef typename internal::RefTypeTraits<T>::iterator IteratorType;
176 typedef typename internal::RefTypeTraits<T>::AccessorType AccessorType;
220 internal::RefTypeTraits<T>::cpp_type,
221 internal::RefTypeTraits<T>::GetMessageFieldDescriptor())
    [all...]
repeated_field_reflection.h 69 // You can map from T to the actual type using RefTypeTraits:
70 // typedef RefTypeTraits<T>::AccessorValueType ActualType;
122 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
131 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
145 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
162 typedef typename RefTypeTraits<T>::AccessorValueType AccessorValueType;
163 typedef typename RefTypeTraits<T>::IteratorValueType IteratorValueType;
164 typedef typename RefTypeTraits<T>::IteratorPointerType IteratorPointerType;
262 struct RefTypeTraits<
277 struct RefTypeTraits<
    [all...]

Completed in 78 milliseconds