Searched refs:GetPreprocessDeclarationName (Results 1 – 3 of 3) sorted by relevance
348 << " 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()
669 virtual std::string GetPreprocessDeclarationName() const = 0;740 std::string GetPreprocessDeclarationName() const override { return "parcelable"; } in GetPreprocessDeclarationName() function766 std::string GetPreprocessDeclarationName() const override { return "structured_parcelable"; } in GetPreprocessDeclarationName() function832 std::string GetPreprocessDeclarationName() const override { return "enum"; } in GetPreprocessDeclarationName() function864 std::string GetPreprocessDeclarationName() const override { return "interface"; } in GetPreprocessDeclarationName() function
846 if (!writer->Write("%s %s;\n", defined_type->GetPreprocessDeclarationName().c_str(), in preprocess_aidl()