Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dreflection.h351 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Get() typedef
352 ActualType scratch_space; in Get()
353 return static_cast<T>(*reinterpret_cast<const ActualType*>( in Get()
359 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Set() typedef
367 ActualType tmp = static_cast<ActualType>(value); in Set()
373 typedef typename RefTypeTraits<T>::AccessorValueType ActualType; in Add() typedef
381 ActualType tmp = static_cast<ActualType>(value); in Add()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp754 QualType ActualType = Sym->getType(); in inferAs() local
756 if (ActualType->isIntegralOrEnumerationType() || in inferAs()
757 Loc::isLocType(ActualType)) { in inferAs()