Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp79 class PrimitiveType : public Type { class
81 PrimitiveType(int kind, // from ValidatableType in PrimitiveType() function in android::aidl::cpp::__anon889871910111::PrimitiveType
96 virtual ~PrimitiveType() = default;
101 static PrimitiveType* PrimitiveArrayType(int kind, // from ValidatableType in PrimitiveArrayType()
108 PrimitiveType* nullable = in PrimitiveArrayType()
109 new PrimitiveType(kind, package, aidl_type + "[]", header, in PrimitiveArrayType()
113 return new PrimitiveType(kind, package, aidl_type + "[]", header, in PrimitiveArrayType()
118 PrimitiveType(int kind, // from ValidatableType in PrimitiveType() function in android::aidl::cpp::__anon889871910111::PrimitiveType
134 DISALLOW_COPY_AND_ASSIGN(PrimitiveType);
410 Add(new PrimitiveType( in Init()
[all …]