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

/system/tools/aidl/
H A Daidl_language.cpp124 AidlParcelable::AidlParcelable(AidlQualifiedName* name, unsigned line,
188 AidlQualifiedName::AidlQualifiedName(std::string term, function in class:AidlQualifiedName
202 void AidlQualifiedName::AddTerm(std::string term) {
267 void Parser::AddImport(AidlQualifiedName* name, unsigned line) {
H A Daidl_language.h236 class AidlQualifiedName : public AidlNode { class in inherits:AidlNode
238 AidlQualifiedName(std::string term, std::string comments);
239 virtual ~AidlQualifiedName() = default;
251 DISALLOW_COPY_AND_ASSIGN(AidlQualifiedName);
256 AidlParcelable(AidlQualifiedName* name, unsigned line,
269 std::unique_ptr<AidlQualifiedName> name_;
358 void AddImport(AidlQualifiedName* name, unsigned line);
361 void SetPackage(AidlQualifiedName* name) { package_.reset(name); }
378 std::unique_ptr<AidlQualifiedName> package_;

Completed in 19 milliseconds