Searched refs:importLocallyReferencedType (Results 1 – 2 of 2) sorted by relevance
83 void AidlHelper::importLocallyReferencedType(const Type& type, std::set<std::string>* imports) { in importLocallyReferencedType() function in android::AidlHelper85 return importLocallyReferencedType(*static_cast<const ArrayType*>(&type)->getElementType(), in importLocallyReferencedType()89 return importLocallyReferencedType( in importLocallyReferencedType()118 importLocallyReferencedType(*namedType, &imports); in emitFileHeader()130 importLocallyReferencedType(*ref->get(), &imports); in emitFileHeader()141 importLocallyReferencedType(*field.field->get(), &imports); in emitFileHeader()144 importLocallyReferencedType(*subType, &imports); in emitFileHeader()152 importLocallyReferencedType(*ref->get(), &imports); in emitFileHeader()
86 static void importLocallyReferencedType(const Type& type, std::set<std::string>* imports);