Searched refs:SetTypeParameters (Results 1 – 4 of 4) sorted by relevance
87 void SetTypeParameters(AidlTypeSpecifier* type,
93 void Parser::SetTypeParameters(AidlTypeSpecifier* type, in SetTypeParameters() function in Parser99 if (!type->SetTypeParameters(type_args)) { in SetTypeParameters()
707 ps->SetTypeParameters($1, $3);711 ps->SetTypeParameters($3, $5);714 ps->SetTypeParameters($1, params);718 ps->SetTypeParameters($5, $7);720 ps->SetTypeParameters($1, $3);
194 __attribute__((warn_unused_result)) bool SetTypeParameters(std::vector<T>* type_params) {