Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dparent_def.cc28 const auto& parent_params = parent_->GetParamList(); in AddParentConstraint() local
29 const auto& constrained_field = parent_params.GetField(field_name); in AddParentConstraint()
233 auto parent_params = parent_->GetParamList().GetFieldsWithTypes(param_types); in GetParamList() local
236 for (const auto& field : parent_params) { in GetParamList()
460 FieldList parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenInstanceOf() local
466 for (int i = 0; i < parent_params.size(); i++) { in GenInstanceOf()
467 const auto& field = parent_params[i]; in GenInstanceOf()
Dstruct_def.cc262 FieldList parent_params; in GenConstructor() local
264 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
270 for (int i = 0; i < parent_params.size(); i++) { in GenConstructor()
271 const auto& field = parent_params[i]; in GenConstructor()
Dpacket_def.cc669 FieldList parent_params; in GenBuilderConstructor() local
673 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
680 for (int i = 0; i < parent_params.size(); i++) { in GenBuilderConstructor()
681 const auto& field = parent_params[i]; in GenBuilderConstructor()
697 if (i != parent_params.size() - 1) { in GenBuilderConstructor()
707 if (parent_params.GetField(field->GetName()) == nullptr) { in GenBuilderConstructor()