Searched refs:HostType (Results 1 – 6 of 6) sorted by relevance
46 using HostType = IntegerType;53 using HostType = EnumType;62 using HostType = PointeeType*;71 using HostType = ResultType (*)(ArgumentType...);82 using HostType = float;93 using HostType = double;110 using HostType = LargeStructType;
73 using HostType = typename GuestArgumentInfo<Type>::HostType; in HostArgument() local75 return **reinterpret_cast<const HostType**>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()77 return *reinterpret_cast<HostType*>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()97 return **reinterpret_cast<typename GuestArgumentInfo<ResultType>::HostType**>( in HostResult()100 return *reinterpret_cast<typename GuestArgumentInfo<ResultType>::HostType*>( in HostResult()
48 using HostType = int32_t;63 using HostType = uint32_t;77 using HostType = IntegerType;86 using HostType = EnumType;95 using HostType = PointeeType*;106 using HostType = ResultType (*)(ArgumentType...);117 using HostType = float;135 using HostType = double;164 using HostType = LargeStructType;
77 kCallingConventionsVariant>::HostType; in HostArgument()100 typename GuestArgumentInfo<ResultType, kCallingConventionsVariant>::HostType**>( in HostResult()104 typename GuestArgumentInfo<ResultType, kCallingConventionsVariant>::HostType*>( in HostResult()
74 using CastType = typename ArgumentInfo::HostType; in HostArgument()88 using CastType = typename ArgumentInfo::HostType; in HostResult()
48 using HostType = ANativeActivity*; typedef