Searched refs:GetPreprocessDeclarationName (Results 1 – 3 of 3) sorted by relevance
240 << " is changed from " << old_type->GetPreprocessDeclarationName() in check_api()241 << " to " << new_type->GetPreprocessDeclarationName(); in check_api()
507 virtual std::string GetPreprocessDeclarationName() const = 0;568 std::string GetPreprocessDeclarationName() const override { return "parcelable"; } in GetPreprocessDeclarationName() function590 std::string GetPreprocessDeclarationName() const override { return "structured_parcelable"; } in GetPreprocessDeclarationName() function617 std::string GetPreprocessDeclarationName() const override { return "interface"; } in GetPreprocessDeclarationName() function
823 if (!writer->Write("%s %s;\n", defined_type->GetPreprocessDeclarationName().c_str(), in preprocess_aidl()