HomeSort by relevance Sort by last modified time
    Searched defs:AidlQualifiedName (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
aidl_language.cpp 162 AidlParcelable::AidlParcelable(AidlQualifiedName* name, unsigned line,
229 AidlQualifiedName::AidlQualifiedName(std::string term,
243 void AidlQualifiedName::AddTerm(const std::string& term) {
308 void Parser::AddImport(AidlQualifiedName* name, unsigned line) {
aidl_language.h 273 class AidlQualifiedName : public AidlNode {
275 AidlQualifiedName(std::string term, std::string comments);
276 virtual ~AidlQualifiedName() = default;
289 DISALLOW_COPY_AND_ASSIGN(AidlQualifiedName);
294 AidlParcelable(AidlQualifiedName* name, unsigned line,
309 std::unique_ptr<AidlQualifiedName> name_;
401 void AddImport(AidlQualifiedName* name, unsigned line);
404 void SetPackage(AidlQualifiedName* name) { package_.reset(name); }
421 std::unique_ptr<AidlQualifiedName> package_;

Completed in 67 milliseconds