Searched refs:package_ (Results 1 – 4 of 4) sorted by relevance
611 : AidlAnnotatable(location), name_(name), comments_(comments), package_(package) {} in AidlDefinedType()614 return Join(package_, '.'); in GetPackage()618 if (package_.empty()) { in GetCanonicalName()830 if (!package_) { in Package()833 return package_->GetTerms(); in Package()
469 package_(package), in Document()481 if (!package_.empty()) { in Write()482 to->Write("package %s;\n", package_.c_str()); in Write()
505 const std::vector<std::string>& GetSplitPackage() const { return package_; } in GetSplitPackage()549 const std::vector<std::string> package_; variable669 void SetPackage(unique_ptr<AidlQualifiedName> name) { package_ = std::move(name); } in SetPackage()698 std::unique_ptr<AidlQualifiedName> package_; variable
350 std::string package_; variable