Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_checkapi.cpp348 << " is changed from " << old_type->GetPreprocessDeclarationName() in check_api()
349 << " to " << new_type->GetPreprocessDeclarationName(); in check_api()
367 << " is changed from " << old_type->GetPreprocessDeclarationName() in check_api()
368 << " to " << new_type->GetPreprocessDeclarationName(); in check_api()
375 AIDL_ERROR(old_type) << "Unsupported type " << old_type->GetPreprocessDeclarationName() in check_api()
Daidl_language.h669 virtual std::string GetPreprocessDeclarationName() const = 0;
740 std::string GetPreprocessDeclarationName() const override { return "parcelable"; } in GetPreprocessDeclarationName() function
766 std::string GetPreprocessDeclarationName() const override { return "structured_parcelable"; } in GetPreprocessDeclarationName() function
832 std::string GetPreprocessDeclarationName() const override { return "enum"; } in GetPreprocessDeclarationName() function
864 std::string GetPreprocessDeclarationName() const override { return "interface"; } in GetPreprocessDeclarationName() function
Daidl.cpp846 if (!writer->Write("%s %s;\n", defined_type->GetPreprocessDeclarationName().c_str(), in preprocess_aidl()