Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp603 string import_path = import_resolver.FindImportFile(import->GetNeededClass()); in load_and_validate_aidl()
607 << import->GetNeededClass() << endl; in load_and_validate_aidl()
616 << import->GetNeededClass() << endl; in load_and_validate_aidl()
Dtype_namespace.h161 return HasTypeByCanonicalName(import.GetNeededClass()); in HasImportType()
Daidl_language.h380 const std::string& GetNeededClass() const { return needed_class_; } in GetNeededClass() function