Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp508 if (!AidlTypenames::IsBuiltinTypename(import->GetNeededClass())) { in load_and_validate_aidl()
509 type_from_import_statements.emplace(import->GetNeededClass()); in load_and_validate_aidl()
Daidl_language.h636 const std::string& GetNeededClass() const { return needed_class_; } in GetNeededClass() function