Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_apicheck.cpp240 << " is changed from " << old_type->GetPreprocessDeclarationName() in check_api()
241 << " to " << new_type->GetPreprocessDeclarationName(); in check_api()
Daidl_language.h507 virtual std::string GetPreprocessDeclarationName() const = 0;
568 std::string GetPreprocessDeclarationName() const override { return "parcelable"; } in GetPreprocessDeclarationName() function
590 std::string GetPreprocessDeclarationName() const override { return "structured_parcelable"; } in GetPreprocessDeclarationName() function
617 std::string GetPreprocessDeclarationName() const override { return "interface"; } in GetPreprocessDeclarationName() function
Daidl.cpp823 if (!writer->Write("%s %s;\n", defined_type->GetPreprocessDeclarationName().c_str(), in preprocess_aidl()