Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dparser.cpp52 std::vector<std::unique_ptr<AidlTypeSpecifier>>* type_args) { in SetTypeParameters() argument
57 if (!type->SetTypeParameters(type_args)) { in SetTypeParameters()
60 delete type_args; in SetTypeParameters()
H A Daidl_language_y.yy91 std::vector<std::unique_ptr<AidlTypeSpecifier>>* type_args;
173 %type<type_args> type_args
673 | non_array_type '<' type_args '>' {
677 | non_array_type '<' non_array_type '<' type_args RSHIFT {
684 | non_array_type '<' type_args ',' non_array_type '<' type_args RSHIFT {
707 type_args
716 | type_args ',' type {
H A Dparser.h85 std::vector<std::unique_ptr<AidlTypeSpecifier>>* type_args);