Searched refs:ParamTypes (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_foreach_lowering.cpp | 159 clang::QualType ParamTypes[] = { in CreateForEachInternalFunctionDecl() local 169 ParamTypes, // Parameter types in CreateForEachInternalFunctionDecl() 175 static constexpr unsigned kNumParams = sizeof(ParamTypes) / sizeof(ParamTypes[0]); in CreateForEachInternalFunctionDecl() 179 Loc, nullptr, ParamTypes[I], nullptr, clang::SC_None, nullptr); in CreateForEachInternalFunctionDecl()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utils.h | 439 template <typename... ParamsNames, typename... ParamTypes, typename Numeric> 440 class context<MetaList<MetaParam<ParamsNames, ParamTypes>...>, Numeric> { 443 std::tuple<Param<ParamsNames, ParamTypes>...> params_;
|