Home
last modified time | relevance | path

Searched refs:SetComments (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_language_y.yy173 $2->SetComments($1->begin()->GetComments());
379 $2->SetComments($1->begin()->GetComments());
412 $$->SetComments($1->GetComments());
Daidl_language.h148 void SetComments(const string& comments) { comments_ = comments; } in SetComments() function
221 void SetComments(const string& comment) { comments_ = comment; } in SetComments() function
499 void SetComments(const std::string comments) { comments_ = comments; } in SetComments() function