Home
last modified time | relevance | path

Searched refs:param_types_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h92 : return_type_{return_type}, param_types_{param_types...} {} in Prototype()
103 return std::make_tuple(return_type_, param_types_) <
104 std::make_tuple(rhs.return_type_, rhs.param_types_);
109 const std::vector<TypeDescriptor> param_types_; variable
H A Ddex_builder.cc270 if (param_types_.size() > 0) { in Encode()
272 for (const auto& param_type : param_types_) { in Encode()
284 for (const auto& type_descriptor : param_types_) { in Shorty()
291 CHECK_LT(index, param_types_.size()); in ArgType()
292 return param_types_[index]; in ArgType()