Searched refs:CppArrayType (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 54 class CppArrayType : public Type { class 56 CppArrayType(int kind, // from ValidatableType in CppArrayType() function in android::aidl::cpp::__anon9051069a0111::CppArrayType 74 : new CppArrayType(kind, package, underlying_aidl_type, in CppArrayType() 101 DISALLOW_COPY_AND_ASSIGN(CppArrayType); 115 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage, 135 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage, 216 new CppArrayType(ValidatableType::KIND_PARCELABLE, parcelable.GetPackage(), 383 Type* string_array_type = new CppArrayType( in Init() 405 Type* cpp_utf8_string_array = new CppArrayType( in Init() 437 Type* fd_vector_type = new CppArrayType( in Init() [all …]
|