Searched defs:AidlType (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
H A Daidl_language.cpp41 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 Daidl_language.h79 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 40 milliseconds