Lines Matching refs:Aspect
39 struct Aspect { struct
50 Aspect raw;
53 std::shared_ptr<Aspect> array;
65 std::shared_ptr<Aspect> nullable;
68 std::shared_ptr<Aspect> nullable_array;
85 TypeInfo::Aspect{ in PrimitiveType()
91 .array = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{ in PrimitiveType()
98 .nullable_array = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{ in PrimitiveType()
112 TypeInfo::Aspect{ in InterfaceTypeInfo()
120 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{ in InterfaceTypeInfo()
135 TypeInfo::Aspect{ in ParcelableTypeInfo()
147 .array = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{ in ParcelableTypeInfo()
171 TypeInfo::Aspect{
177 .array = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
183 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
189 .nullable_array = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
201 TypeInfo::Aspect{
208 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
220 TypeInfo::Aspect{
227 .nullable = std::shared_ptr<TypeInfo::Aspect>(new TypeInfo::Aspect{
238 static TypeInfo::Aspect GetTypeAspect(const AidlTypenames& types, const AidlTypeSpecifier& aidl) { in GetTypeAspect()
291 TypeInfo::Aspect aspect = GetTypeAspect(types, aidl); in NdkNameOf()
310 TypeInfo::Aspect aspect = GetTypeAspect(c.types, c.type); in WriteToParcelFor()
315 TypeInfo::Aspect aspect = GetTypeAspect(c.types, c.type); in ReadFromParcelFor()