Home
last modified time | relevance | path

Searched refs:SetTypeParameters (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/aidl/
H A Dparser.cpp51 void Parser::SetTypeParameters(AidlTypeSpecifier* type, in SetTypeParameters() function in Parser
57 if (!type->SetTypeParameters(type_args)) { in SetTypeParameters()
H A Daidl_language_y.yy674 ps->SetTypeParameters($1, $3);
678 ps->SetTypeParameters($3, $5);
681 ps->SetTypeParameters($1, params);
685 ps->SetTypeParameters($5, $7);
687 ps->SetTypeParameters($1, $3);
H A Dparser.h84 void SetTypeParameters(AidlTypeSpecifier* type,
H A Daidl_language.h165 __attribute__((warn_unused_result)) bool SetTypeParameters(std::vector<T>* type_params) {