Searched defs:AidlType (Results 1 - 2 of 2) sorted by relevance
/system/tools/aidl/ |
H A D | aidl_language.cpp | 41 AidlType::AidlType(const std::string& name, unsigned line, function in class:AidlType 48 string AidlType::ToString() const { 52 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type, 60 AidlArgument::AidlArgument(AidlType* type, std::string name, unsigned line) 132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, 150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name,
|
H A D | aidl_language.h | 79 class AidlType : public AidlAnnotatable { class in inherits:AidlAnnotatable 81 AidlType(const std::string& name, unsigned line, 83 virtual ~AidlType() = default; 108 DISALLOW_COPY_AND_ASSIGN(AidlType); 115 AidlArgument(AidlArgument::Direction direction, AidlType* type, 117 AidlArgument(AidlType* type, std::string name, unsigned line); 127 const AidlType& GetType() const { return *type_; } 128 AidlType* GetMutableType() { return type_.get(); } 133 std::unique_ptr<AidlType> type_; 199 AidlMethod(bool oneway, AidlType* typ [all...] |
Completed in 22 milliseconds