Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp79 class CppArrayType : public Type { class
81 CppArrayType(int kind, // from ValidatableType in CppArrayType() function in android::aidl::cpp::__anon889871910111::CppArrayType
98 : new CppArrayType(kind, package, underlying_aidl_type, in CppArrayType()
126 DISALLOW_COPY_AND_ASSIGN(CppArrayType);
140 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage,
160 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage,
250 new CppArrayType(
441 Type* string_array_type = new CppArrayType( in Init()
462 Type* cpp_utf8_string_array = new CppArrayType( in Init()
496 Type* fd_vector_type = new CppArrayType( in Init()