Lines Matching refs:comments
188 void SetComments(const string& comments) { comments_ = comments; } in SetComments() argument
261 vector<unique_ptr<AidlTypeSpecifier>>* type_params, const string& comments);
573 vector<unique_ptr<AidlArgument>>* args, const string& comments);
575 vector<unique_ptr<AidlArgument>>* args, const string& comments, int id,
649 const std::string& comments, const std::string& package);
661 void SetComments(const std::string comments) { comments_ = comments; } in SetComments() argument
721 const std::string& comments, const std::string& cpp_header = "",
751 const std::string& package, const std::string& comments,
782 const std::string& comments);
811 const std::string& package, const std::string& comments);
845 AidlInterface(const AidlLocation& location, const std::string& name, const std::string& comments,