Home
last modified time | relevance | path

Searched refs:setComment (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/c2hal/
Dc2hal_y.yy216 $$->setComment(get_last_comment());
239 $$->setComment(get_last_comment());
244 $$->setComment(get_last_comment());
249 $$->setComment(get_last_comment());
254 $$->setComment(get_last_comment());
263 $$->setComment(get_last_comment());
272 $$->setComment("/* from namespace declaration */");
295 $$->setComment($<str>3);
327 $$->setComment($<str>3);
368 $$->setComment(get_last_comment());
[all …]
DDeclaration.h42 void setComment(const std::string &comment);
DDeclaration.cpp57 void Declaration::setComment(const std::string &comment) { in setComment() function in android::Declaration