Searched refs:GetNeededClass (Results 1 – 3 of 3) sorted by relevance
602 string import_path = import_resolver.FindImportFile(import->GetNeededClass()); in load_and_validate_aidl()606 << import->GetNeededClass() << endl; in load_and_validate_aidl()615 << import->GetNeededClass() << endl; in load_and_validate_aidl()
161 return HasTypeByCanonicalName(import.GetNeededClass()); in HasImportType()
371 const std::string& GetNeededClass() const { return needed_class_; } in GetNeededClass() function