Home
last modified time | relevance | path

Searched refs:ActualType (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Drepeated_field_reflection.h122 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Get() typedef
123 ActualType scratch_space; in Get()
125 *reinterpret_cast<const ActualType*>( in Get()
131 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Set() typedef
139 ActualType tmp = static_cast<ActualType>(value); in Set()
145 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Add() typedef
153 ActualType tmp = static_cast<ActualType>(value); in Add()
Dreflection.h384 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Get() typedef
385 ActualType scratch_space; in Get()
387 *reinterpret_cast<const ActualType*>( in Get()
393 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Set() typedef
401 ActualType tmp = static_cast<ActualType>(value); in Set()
407 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Add() typedef
415 ActualType tmp = static_cast<ActualType>(value); in Add()