Searched refs:SetTypeParameters (Results 1 – 4 of 4) sorted by relevance
51 void Parser::SetTypeParameters(AidlTypeSpecifier* type, in SetTypeParameters() function in Parser57 if (!type->SetTypeParameters(type_args)) { in SetTypeParameters()
674 ps->SetTypeParameters($1, $3);678 ps->SetTypeParameters($3, $5);681 ps->SetTypeParameters($1, params);685 ps->SetTypeParameters($5, $7);687 ps->SetTypeParameters($1, $3);
84 void SetTypeParameters(AidlTypeSpecifier* type,
165 __attribute__((warn_unused_result)) bool SetTypeParameters(std::vector<T>* type_params) {